filesystem: Remove unused const variable.

This commit is contained in:
Siavash Safi 2015-06-23 22:39:45 +04:30
parent 71abff14b1
commit ccbea34465

View File

@ -21,7 +21,6 @@ import (
import "C"
const (
procMounts = "/proc/mounts"
filesystemSubsystem = "filesystem"
)