浏览代码

remove unused code

Darien Raymond 8 年之前
父节点
当前提交
844c79f47e
共有 2 个文件被更改,包括 0 次插入16 次删除
  1. 0 6
      common/web/hooks/input.go
  2. 0 10
      common/web/service.go

+ 0 - 6
common/web/hooks/input.go

@@ -1,6 +0,0 @@
-package hooks
-
-type Input struct {
-	Action string
-	Value  string
-}

+ 0 - 10
common/web/service.go

@@ -1,10 +0,0 @@
-package web
-
-import (
-	"v2ray.com/core/common/protocol"
-)
-
-type Authenciation struct {
-	Required bool
-	User     *protocol.User
-}