libcontainerd/supervisor: remove unused RWMutex
This RWMutex was added in9c4570a958
, and used in the `remote.Client()` method. Commitdd2e19ebd5
split 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:
parent
44626eaf81
commit
6b7e19ff42
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue