Removing unused variable for cgroup subsystem
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
0636bdd45b
commit
146218ab92
|
@ -12,7 +12,6 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
ErrNotSupportStat = errors.New("stats are not supported for subsystem")
|
||||
ErrNotValidFormat = errors.New("line is not a valid key value format")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue