Remove unused consts testScopeWait and testSliceWait
These are unused since commit 518c855833
("Remove libcontainer
detection for systemd features")
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
parent
0c6659ac8e
commit
3e678c08f9
|
@ -65,11 +65,6 @@ var legacySubsystems = subsystemSet{
|
|||
&fs.NameGroup{GroupName: "name=systemd"},
|
||||
}
|
||||
|
||||
const (
|
||||
testScopeWait = 4
|
||||
testSliceWait = 4
|
||||
)
|
||||
|
||||
var (
|
||||
connOnce sync.Once
|
||||
connDbus *systemdDbus.Conn
|
||||
|
|
Loading…
Reference in New Issue