diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 10:01:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 10:01:03 +0200 |
commit | c3013f6a42644fe939841b58979690890f878064 (patch) | |
tree | bfab0e371a6d40fb32fe143ed1c74984e6de3c57 | |
parent | dfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf (diff) | |
download | vconsole-c3013f6a42644fe939841b58979690890f878064.tar.gz |
zap #ifdef
-rw-r--r-- | domain.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,9 +15,7 @@ static const char *state_name[] = { [ VIR_DOMAIN_SHUTDOWN ] = "shutdown", [ VIR_DOMAIN_SHUTOFF ] = "shutoff", [ VIR_DOMAIN_CRASHED ] = "crashed", -#ifdef VIR_DOMAIN_PMSUSPENDED [ VIR_DOMAIN_PMSUSPENDED ] = "suspended", -#endif }; static const char *domain_state_name(struct vconsole_domain *dom) |