Merge pull request #11681 from alena1108/master

Removed unused "mutex" field
This commit is contained in:
Arnaud Porterie 2015-03-23 19:40:38 -07:00
commit 3ebd768487
1 changed files with 0 additions and 2 deletions

View File

@ -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) {