remove unused function

pull/876/head
Darien Raymond 7 years ago
parent 0920af171b
commit cdfbd0317f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -1,5 +0,0 @@
package proxy
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy") }

@ -5,8 +5,6 @@
// 2. Register a config creator through common.RegisterConfig.
package proxy
//go:generate go run $GOPATH/src/v2ray.com/core/common/errors/errorgen/main.go -pkg proxy -path Proxy
import (
"context"

Loading…
Cancel
Save