瀏覽代碼

Remove staging code

Shelikhoo 7 年之前
父節點
當前提交
6d1faf5f6e
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      app/proxyman/inbound/inbound.go

+ 0 - 4
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))