From: Ivana Hutarova Varekova Date: Wed, 2 May 2012 17:57:34 +0000 (+0200) Subject: api.c: remove obsolete error message X-Git-Tag: v0.41~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196e9a65a6241b05ba99f12f998f9e3ae080d998;p=thirdparty%2Flibcgroup.git api.c: remove obsolete error message Remove forgotten error message which break error code <-> message mapping Signed-off-by: Ivana Hutarova Varekova Acked-by: Dhaval Giani --- diff --git a/src/api.c b/src/api.c index c6e258ee..d98312e6 100644 --- 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",