From 844c79f47e3aa744850a2e4927ca5210302a6907 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sun, 16 Apr 2017 22:15:57 +0200 Subject: [PATCH] remove unused code --- common/web/hooks/input.go | 6 ------ common/web/service.go | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 common/web/hooks/input.go delete mode 100644 common/web/service.go diff --git a/common/web/hooks/input.go b/common/web/hooks/input.go deleted file mode 100644 index 75925f9b..00000000 --- a/common/web/hooks/input.go +++ /dev/null @@ -1,6 +0,0 @@ -package hooks - -type Input struct { - Action string - Value string -} diff --git a/common/web/service.go b/common/web/service.go deleted file mode 100644 index 48a2b570..00000000 --- a/common/web/service.go +++ /dev/null @@ -1,10 +0,0 @@ -package web - -import ( - "v2ray.com/core/common/protocol" -) - -type Authenciation struct { - Required bool - User *protocol.User -}