From 0cd0cf5c1559c1de2eaa471728fde63f0f7a1db2 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 27 May 2010 16:27:15 +0200 Subject: [PATCH] remove unused field These fields were moved to another structure but not removed from there. Signed-off-by: Daniel Lezcano --- src/lxc/start.h | 2 -- 1 file changed, 2 deletions(-) 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 *); -- 2.47.2