diff options
Diffstat (limited to 'src/core/swap.h')
-rw-r--r-- | src/core/swap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/swap.h b/src/core/swap.h index 053c8492b2..73e64d87a4 100644 --- a/src/core/swap.h +++ b/src/core/swap.h @@ -65,8 +65,6 @@ typedef struct SwapParameters { char *what; char *options; int priority; - bool noauto:1; - bool nofail:1; } SwapParameters; struct Swap { |