]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
api.c: remove obsolete error message
authorIvana Hutarova Varekova <varekova@redhat.com>
Wed, 2 May 2012 17:57:34 +0000 (19:57 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Wed, 2 May 2012 17:57:34 +0000 (19:57 +0200)
Remove forgotten error message which break error code <-> message
mapping

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Dhaval Giani <dhaval.giani@gmail.com>
src/api.c

index c6e258ee4ebf7719eb31efe9f37e907c9cd87b28..d98312e6f2b3eecf158b7d91350134221b6e5f96 100644 (file)
--- a/src/api.c
+++ b/src/api.c
@@ -109,7 +109,6 @@ const char const *cgroup_strerror_codes[] = {
        "Cgroup parsing failed",
        "Cgroup, rules file does not exist",
        "Cgroup mounting failed",
-       "The config file can not be opened",
        "Sentinel",
        "End of File or iterator",
        "Failed to parse config file",