mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removed unused "mutex" field
fixes #11659 Signed-off-by: Alena Prokharchyk <alena@rancher.com>
This commit is contained in:
parent
e6b7d93072
commit
dabd8a02ae
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ import (
|
||||||
"log/syslog"
|
"log/syslog"
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
"sync"
|
|
||||||
|
|
||||||
"github.com/docker/docker/daemon/logger"
|
"github.com/docker/docker/daemon/logger"
|
||||||
)
|
)
|
||||||
|
@ -13,7 +12,6 @@ import (
|
||||||
type Syslog struct {
|
type Syslog struct {
|
||||||
writer *syslog.Writer
|
writer *syslog.Writer
|
||||||
tag string
|
tag string
|
||||||
mu sync.Mutex
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func New(tag string) (logger.Logger, error) {
|
func New(tag string) (logger.Logger, error) {
|
||||||
|
|
Loading…
Reference in a new issue