Remove unused variable
Introduced by #15209 unintentionally. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
05529ab584
commit
f5557f4f43
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ package logger
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/pkg/timeutils"
|
||||
|
@ -59,7 +58,6 @@ type LogWatcher struct {
|
|||
// For sending error messages that occur while while reading logs.
|
||||
Err chan error
|
||||
closeNotifier chan struct{}
|
||||
closeOnce sync.Once
|
||||
}
|
||||
|
||||
// NewLogWatcher returns a new LogWatcher.
|
||||
|
|
Loading…
Reference in a new issue