Merge pull request #2294 from tklauser/unused-consts

Remove unused consts testScopeWait and testSliceWait
This commit is contained in:
Mrunal Patel 2020-04-06 13:26:42 -07:00 committed by GitHub
commit 0c7a9c0267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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