libcontainerd/supervisor: remove unused RWMutex

This RWMutex was added in 9c4570a958, and used in
the `remote.Client()` method. Commit dd2e19ebd5
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:
Sebastiaan van Stijn
2022-08-10 10:01:00 +02:00
parent 44626eaf81
commit 6b7e19ff42

View File

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