mirror of https://github.com/v2ray/v2ray-core
remove unused code
parent
6a7887b655
commit
68ef98a35d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue