mirror of https://github.com/v2ray/v2ray-core
Remove staging code
parent
8e1507ae3a
commit
6d1faf5f6e
|
@ -152,10 +152,6 @@ func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (core.In
|
||||||
return nil, newError("unknown allocation strategy: ", receiverSettings.AllocationStrategy.Type).AtError()
|
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() {
|
func init() {
|
||||||
common.Must(common.RegisterConfig((*proxyman.InboundConfig)(nil), func(ctx context.Context, config interface{}) (interface{}, error) {
|
common.Must(common.RegisterConfig((*proxyman.InboundConfig)(nil), func(ctx context.Context, config interface{}) (interface{}, error) {
|
||||||
return New(ctx, config.(*proxyman.InboundConfig))
|
return New(ctx, config.(*proxyman.InboundConfig))
|
||||||
|
|
Loading…
Reference in New Issue