Commit 0cd0cf5c by Daniel Lezcano

remove unused field

These fields were moved to another structure but not removed from there. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 2ac29abe
...@@ -46,8 +46,6 @@ struct lxc_handler { ...@@ -46,8 +46,6 @@ struct lxc_handler {
struct lxc_operations *ops; struct lxc_operations *ops;
void *data; void *data;
int sv[2]; int sv[2];
char *const *argv;
int sfd;
}; };
extern struct lxc_handler *lxc_init(const char *name, struct lxc_conf *); extern struct lxc_handler *lxc_init(const char *name, struct lxc_conf *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment