Removing unused variable for cgroup subsystem

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2016-06-12 12:35:49 +05:30
parent 0636bdd45b
commit 146218ab92
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")
)