From: Daniel Lezcano Date: Thu, 27 May 2010 14:27:15 +0000 (+0200) Subject: remove unused field X-Git-Tag: lxc-0.7.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd0cf5c1559c1de2eaa471728fde63f0f7a1db2;p=thirdparty%2Flxc.git remove unused field These fields were moved to another structure but not removed from there. Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/start.h b/src/lxc/start.h index ff35bca52..1122aad14 100644 --- a/src/lxc/start.h +++ b/src/lxc/start.h @@ -46,8 +46,6 @@ struct lxc_handler { struct lxc_operations *ops; void *data; int sv[2]; - char *const *argv; - int sfd; }; extern struct lxc_handler *lxc_init(const char *name, struct lxc_conf *);