Skip to content

Commit

Permalink
Merge pull request #2294 from tklauser/unused-consts
Browse files Browse the repository at this point in the history
Remove unused consts testScopeWait and testSliceWait
  • Loading branch information
Mrunal Patel authored Apr 6, 2020
2 parents 6cda0ea + 3e678c0 commit 0c7a9c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcontainer/cgroups/systemd/apply_systemd.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ var legacySubsystems = subsystemSet{
&fs.NameGroup{GroupName: "name=systemd"},
}

const (
testScopeWait = 4
testSliceWait = 4
)

var (
connOnce sync.Once
connDbus *systemdDbus.Conn
Expand Down

0 comments on commit 0c7a9c0

Please sign in to comment.