chiark / gitweb /
swap: drop noauto/nofail bools from Swap structure
[elogind.git] / src / core / swap.h
index 053c8492b241e6d470181ab96c1f70ef5d92eae1..73e64d87a44ced16565fdd5dea48cb2b8df643df 100644 (file)
@@ -65,8 +65,6 @@ typedef struct SwapParameters {
         char *what;
         char *options;
         int priority;
-        bool noauto:1;
-        bool nofail:1;
 } SwapParameters;
 
 struct Swap {