Skip to content

Commit

Permalink
Fix unused value
Browse files Browse the repository at this point in the history
Remove unused `queueDescs` value from diskstats collector.

Signed-off-by: Ben Kochie <[email protected]>
  • Loading branch information
SuperQ committed Feb 4, 2025
1 parent 9889bcd commit 6d36411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collector/diskstats_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ type diskstatsCollector struct {
deviceMapperInfoDesc typedFactorDesc
ataDescs map[string]typedFactorDesc
logger *slog.Logger
queueDescs []typedFactorDesc
getUdevDeviceProperties func(uint32, uint32) (udevInfo, error)
}

Expand Down

0 comments on commit 6d36411

Please sign in to comment.