mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
libcontainerd/supervisor: remove unused RWMutex
This RWMutex was added in9c4570a958, and used in the `remote.Client()` method. Commitdd2e19ebd5split the code for client and daemon, but did not remove the mutex. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/containerd/containerd"
|
||||
@@ -31,7 +30,6 @@ const (
|
||||
)
|
||||
|
||||
type remote struct {
|
||||
sync.RWMutex
|
||||
config.Config
|
||||
|
||||
daemonPid int
|
||||
|
||||
Reference in New Issue
Block a user