summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-05-27 05:48:11 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-05-27 05:48:11 +0000
commit13f18f744d0f31d413338cddbf0112e2b219bf18 (patch)
tree8bfc09ef178bd542a3c684f60d5ed4e05c60f47a
parent74406ee6e13d7c7a189ebec85a9be69948eb5c91 (diff)
remove unused table
-rw-r--r--sbin/ipsecctl/pfkdump.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/ipsecctl/pfkdump.c b/sbin/ipsecctl/pfkdump.c
index 6c2c1d79c1d..d40d567a080 100644
--- a/sbin/ipsecctl/pfkdump.c
+++ b/sbin/ipsecctl/pfkdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkdump.c,v 1.1 2005/05/27 05:19:55 hshoexer Exp $ */
+/* $OpenBSD: pfkdump.c,v 1.2 2005/05/27 05:48:10 hshoexer Exp $ */
/*
* Copyright (c) 2003 Markus Friedl. All rights reserved.
@@ -149,14 +149,6 @@ struct idname identity_types[] = {
{ 0, NULL, NULL }
};
-struct idname states[] = {
- { SADB_SASTATE_LARVAL, "larval", NULL },
- { SADB_SASTATE_MATURE, "mature", NULL },
- { SADB_SASTATE_DYING, "dying", NULL },
- { SADB_SASTATE_DEAD, "dead", NULL },
- { 0, NULL, NULL }
-};
-
static struct idname *
lookup(struct idname tab[], u_int8_t id)
{