mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Remove unused field
This commit is contained in:
parent
9c082d3516
commit
d6c4d9f766
1 changed files with 3 additions and 5 deletions
|
|
@ -6,7 +6,6 @@
|
|||
package logtarget
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"os"
|
||||
"sync"
|
||||
|
|
@ -23,10 +22,9 @@ type LogTarget interface {
|
|||
}
|
||||
|
||||
type fileLogTarget struct {
|
||||
mu sync.Mutex
|
||||
logfn string
|
||||
file *os.File
|
||||
memLog *bytes.Buffer
|
||||
mu sync.Mutex
|
||||
logfn string
|
||||
file *os.File
|
||||
}
|
||||
|
||||
var Default LogTarget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue