浏览代码

remove unused code

Darien Raymond 7 年之前
父节点
当前提交
68ef98a35d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      app/log/log.go

+ 0 - 5
app/log/log.go

@@ -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: