[lxc-devel] [PATCH] remove duplicate method declaration (setup_cgroup).

Kevin Wilson wkevils at gmail.com
Thu Apr 18 10:42:33 UTC 2013


This patch removes duplicate method declaration (setup_cgroup)
in conf.h.

Signed-off-by: Kevin Wilson <wkevils at gmail.com>
---
 src/lxc/conf.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lxc/conf.h b/src/lxc/conf.h
index 465b1ec..0e87c69 100644
--- a/src/lxc/conf.h
+++ b/src/lxc/conf.h
@@ -313,8 +313,6 @@ extern int lxc_clear_cgroups(struct lxc_conf *c, const char *key);
 extern int lxc_clear_mount_entries(struct lxc_conf *c);
 extern int lxc_clear_hooks(struct lxc_conf *c, const char *key);
 
-extern int setup_cgroup(const char *name, struct lxc_list *cgroups);
-
 extern int uid_shift_ttys(int pid, struct lxc_conf *conf);
 
 /*
-- 
1.8.1.4





More information about the lxc-devel mailing list