From ddb7d6b9420275fb4451185cd63bd0cbb74ad8e5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Oct 2014 14:30:30 +0100 Subject: swap: drop noauto/nofail bools from Swap structure We nowadays always set them to "false" anyway, hence let's get rid of them entirely. --- src/core/swap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/swap.h') 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 { -- cgit v1.2.3-54-g00ecf