mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-31 16:37:31 -08:00
filesystem: Remove unused const variable.
This commit is contained in:
parent
71abff14b1
commit
ccbea34465
|
@ -21,7 +21,6 @@ import (
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
procMounts = "/proc/mounts"
|
|
||||||
filesystemSubsystem = "filesystem"
|
filesystemSubsystem = "filesystem"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue