]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
remove unused field
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 27 May 2010 14:27:15 +0000 (16:27 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 27 May 2010 14:27:15 +0000 (16:27 +0200)
These fields were moved to another structure but not removed from
there.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.h

index ff35bca52de410c9206b516ea256b4076b927030..1122aad14d24bd9f299a6355661e6013057cbc4a 100644 (file)
@@ -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 *);