Merge pull request #908 from rajasec/stats-var-remove

Removing unused variable for cgroup subsystem
This commit is contained in:
Mrunal Patel 2016-06-13 11:07:55 -07:00 committed by GitHub
commit 8109ec1cc9
1 changed files with 0 additions and 1 deletions

View File

@ -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")
)