mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 09:36:04 +00:00
Removed unused "mutex" field
fixes #11659 Signed-off-by: Alena Prokharchyk <alena@rancher.com>
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"log/syslog"
|
||||
"os"
|
||||
"path"
|
||||
"sync"
|
||||
|
||||
"github.com/docker/docker/daemon/logger"
|
||||
)
|
||||
@@ -13,7 +12,6 @@ import (
|
||||
type Syslog struct {
|
||||
writer *syslog.Writer
|
||||
tag string
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
||||
func New(tag string) (logger.Logger, error) {
|
||||
|
||||
Reference in New Issue
Block a user