From 6b1dc2bd3cdb3bd932b0692be636ddd2879edb92 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 May 2012 19:23:33 +0200 Subject: mount: replace PID1 internal fstab parser with generator Bit by bit we should remove non-unit parsing from PID 1 and move into generators, to clean up our code base a bit and clearly separate parsers. --- src/core/mount.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/mount.h') diff --git a/src/core/mount.h b/src/core/mount.h index 3153a2a99d..ad9efc34d5 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -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; -- cgit v1.2.3-54-g00ecf