From: Christian Brauner Date: Thu, 26 Aug 2021 08:17:21 +0000 (+0200) Subject: conf: remove unused mountflags nember X-Git-Tag: lxc-5.0.0~102^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091f611c7ca02d935bf32771bb73e262c9881638;p=thirdparty%2Flxc.git conf: remove unused mountflags nember Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 5965e9e3d..7a63acffc 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -246,7 +246,6 @@ struct lxc_rootfs { char buf[PATH_MAX]; char *bdev_type; char *options; - unsigned long mountflags; bool managed; struct lxc_mount_options mnt_opts; struct lxc_storage *storage;