From 6d1faf5f6e33dcf4bae1403114ad4d64851620c1 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Thu, 5 Apr 2018 19:28:30 +0800 Subject: [PATCH] Remove staging code --- app/proxyman/inbound/inbound.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/proxyman/inbound/inbound.go b/app/proxyman/inbound/inbound.go index b6d38d4c..a4d24c96 100644 --- a/app/proxyman/inbound/inbound.go +++ b/app/proxyman/inbound/inbound.go @@ -152,10 +152,6 @@ func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (core.In return nil, newError("unknown allocation strategy: ", receiverSettings.AllocationStrategy.Type).AtError() } -func (m *Manager) asUnixReceiverConfig(ctx context.Context, config *core.InboundHandlerConfig, unixrx proxyman.UnixReceiverConfig) { - return -} - func init() { common.Must(common.RegisterConfig((*proxyman.InboundConfig)(nil), func(ctx context.Context, config interface{}) (interface{}, error) { return New(ctx, config.(*proxyman.InboundConfig))