mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
remove unused code
This commit is contained in:
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
Block a user