chiark / gitweb /
unit: rename BindTo= to BindsTo=
[elogind.git] / src / core / mount.h
index 3153a2a99deaecba19e8788443aace1a1b562da0..ad9efc34d5f86996aee6729fb3fbb1331be92825 100644 (file)
@@ -75,11 +75,9 @@ struct Mount {
 
         char *where;
 
-        MountParameters parameters_etc_fstab;
         MountParameters parameters_proc_self_mountinfo;
         MountParameters parameters_fragment;
 
-        bool from_etc_fstab:1;
         bool from_proc_self_mountinfo:1;
         bool from_fragment:1;