mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Remove unused mutex field (#1440)
This commit is contained in:
parent
93c25c9a35
commit
b746757209
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue