summaryrefslogtreecommitdiff
path: root/src/basic/unit-name.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-25 19:53:19 +0200
committerLennart Poettering <lennart@poettering.net>2017-09-26 16:17:22 +0200
commit50864457e1bc5f7a4ab2fd02e1565bc5d135d2f3 (patch)
treee56bff1d2d37982a77e7921089e37bcdca0e8a1b /src/basic/unit-name.h
parentc634f3d2fc0f9f682af69e2d38b07847e5bd4f14 (diff)
downloadsystemd-50864457e1bc5f7a4ab2fd02e1565bc5d135d2f3.tar.gz
swap: adjust swap.c in a similar way to what we just did to mount.c
Also drop the redundant states and make all similar changes too. Thankfully the swap.c state engine is much simpler than mount.c's, hence this should be easier to digest.
Diffstat (limited to 'src/basic/unit-name.h')
-rw-r--r--src/basic/unit-name.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/basic/unit-name.h b/src/basic/unit-name.h
index 55f6372ee5..15558b4fbd 100644
--- a/src/basic/unit-name.h
+++ b/src/basic/unit-name.h
@@ -170,8 +170,6 @@ typedef enum SwapState {
SWAP_ACTIVATING_DONE, /* /sbin/swapon is running, and the swap is done. */
SWAP_ACTIVE,
SWAP_DEACTIVATING,
- SWAP_ACTIVATING_SIGTERM,
- SWAP_ACTIVATING_SIGKILL,
SWAP_DEACTIVATING_SIGTERM,
SWAP_DEACTIVATING_SIGKILL,
SWAP_FAILED,