aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-07 18:21:21 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-07 18:21:21 +0000
commit4d98722689c6808de282d940a29cf5a43b44fe26 (patch)
tree1ad17c918518e09bd16354e62766a30fb7c9664d /epan/dissectors/packet-dhcpv6.c
parent61db2c8cc272f186d615cb8f8465678d4bf167c0 (diff)
Get rid of an unused true_false_string value.
svn path=/trunk/; revision=12680
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 4a050c2a11..f00d0c5c45 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -197,11 +197,6 @@ static const value_string duidtype_vals[] =
{ 0, NULL }
};
-static const true_false_string tfs_present = {
- "present",
- "absent"
-};
-
/* This FQDN draft is a mess, I've tried to understand,
but N,O,S bit descriptions are really cryptic */
static const true_false_string fqdn_n = {