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:
Tobias Klauser 2020-04-03 21:09:43 +02:00
parent 0c6659ac8e
commit 3e678c08f9
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ var legacySubsystems = subsystemSet{
&fs.NameGroup{GroupName: "name=systemd"},
}
const (
testScopeWait = 4
testSliceWait = 4
)
var (
connOnce sync.Once
connDbus *systemdDbus.Conn