diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 14:30:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 14:31:25 +0100 |
commit | ddb7d6b9420275fb4451185cd63bd0cbb74ad8e5 (patch) | |
tree | 3c5c0bfb22511035fc42be649087d6f44856deb6 /src/core/swap.h | |
parent | 47cb901e38cd7092576fc8e76cc4a14f39bf719d (diff) |
swap: drop noauto/nofail bools from Swap structure
We nowadays always set them to "false" anyway, hence let's get rid of
them entirely.
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 { |