Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs committed May 16, 2023
1 parent 52fb954 commit acecb7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libcontainer/cgroups/fs2/psi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ import (
const examplePSIData = `some avg10=1.71 avg60=2.36 avg300=2.57 total=230548833
full avg10=1.00 avg60=1.01 avg300=1.00 total=157622356`

func createFloatPtr(f float64) *float64 {
return &f
}

func createUInt64Ptr(i uint64) *uint64 {
return &i
}

func TestStatCPUPSI(t *testing.T) {
// We're using a fake cgroupfs.
cgroups.TestMode = true
Expand Down

0 comments on commit acecb7d

Please sign in to comment.