diff options
author | Daniel Mack <github@zonque.org> | 2016-06-14 14:25:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 14:25:43 +0200 |
commit | 91bb59b4b18ef6417a2cb3d933d44f7e6920304d (patch) | |
tree | 36c715ff15f416fbf6585014e6bd598eaabef09e /src/basic | |
parent | 4892084f096c19da0e83f28f250ca187b58c22b2 (diff) | |
parent | 3dced37b7c2c9a5c733817569d2bbbaa397adaf7 (diff) |
Merge pull request #3527 from poettering/systemctl-fixes
Systemctl fixes
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/unit-name.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/unit-name.h b/src/basic/unit-name.h index f209a84634..44eadf0347 100644 --- a/src/basic/unit-name.h +++ b/src/basic/unit-name.h @@ -195,7 +195,6 @@ typedef enum SwapState { _SWAP_STATE_INVALID = -1 } SwapState; - typedef enum TargetState { TARGET_DEAD, TARGET_ACTIVE, |