1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

remove unused code

This commit is contained in:
Darien Raymond 2018-01-10 14:47:12 +01:00
parent 6a7887b655
commit 68ef98a35d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -37,11 +37,6 @@ func New(ctx context.Context, config *Config) (*Instance, error) {
return g, nil
}
// Interface implements app.Application.Interface().
func (*Instance) Interface() interface{} {
return (*Instance)(nil)
}
func (g *Instance) initAccessLogger() error {
switch g.config.AccessLogType {
case LogType_File: