This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Remove unused mutex field (
#1440
)
master
Mura Li
Lunny Xiao
8 years ago
parent
93c25c9a35
commit
b746757209
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
modules/log/log.go
+ 0
- 2
modules/log/log.go
View File
@@ -11,7 +11,6 @@ import (
"path/filepath"
"runtime"
"strings"
"sync"
"golang.org/x/sync/syncmap"
)
@@ -177,7 +176,6 @@ type logMsg struct {
// it can contain several providers and log message into all providers.
type Logger struct {
adapter string
lock sync.Mutex
level int
msg chan *logMsg
outputs syncmap.Map
Write
Preview
Loading…
Cancel
Save