From fa27894965612d681891a16a3225a6687772c81d Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 26 Aug 2021 10:17:21 +0200 Subject: [PATCH] conf: remove unused mountflags nember Signed-off-by: Christian Brauner --- src/lxc/conf.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3