aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-05-30 10:01:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-05-30 10:01:03 +0200
commitc3013f6a42644fe939841b58979690890f878064 (patch)
treebfab0e371a6d40fb32fe143ed1c74984e6de3c57
parentdfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf (diff)
downloadvconsole-c3013f6a42644fe939841b58979690890f878064.tar.gz
zap #ifdef
-rw-r--r--domain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/domain.c b/domain.c
index 19683b8..fc4cf76 100644
--- a/domain.c
+++ b/domain.c
@@ -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)