Merge pull request #2294 from tklauser/unused-consts
Remove unused consts testScopeWait and testSliceWait
This commit is contained in:
commit
0c7a9c0267
|
@ -65,11 +65,6 @@ var legacySubsystems = subsystemSet{
|
||||||
&fs.NameGroup{GroupName: "name=systemd"},
|
&fs.NameGroup{GroupName: "name=systemd"},
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
|
||||||
testScopeWait = 4
|
|
||||||
testSliceWait = 4
|
|
||||||
)
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
connOnce sync.Once
|
connOnce sync.Once
|
||||||
connDbus *systemdDbus.Conn
|
connDbus *systemdDbus.Conn
|
||||||
|
|
Loading…
Reference in New Issue