Merge pull request #908 from rajasec/stats-var-remove
Removing unused variable for cgroup subsystem
This commit is contained in:
commit
8109ec1cc9
|
@ -12,7 +12,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrNotSupportStat = errors.New("stats are not supported for subsystem")
|
|
||||||
ErrNotValidFormat = errors.New("line is not a valid key value format")
|
ErrNotValidFormat = errors.New("line is not a valid key value format")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue