aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdp.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-10-29 17:33:12 -0400
committerMichael Mann <mmann78@netscape.net>2014-10-30 20:53:52 +0000
commitf5ed47dbbcfe27ace417f5c76d165ddb09cb86ca (patch)
treef49792156297497079b2034ab350d947d8876b8a /epan/dissectors/packet-cdp.c
parent3d9b35fab46812a4c718c0cbaa06ddd6f01f9e61 (diff)
Eliminate proto_tree_add_text from packet-q933.c
Change-Id: If5b85609d3daaf66cbcc15e3127af4e7f5736e52 Reviewed-on: https://code.wireshark.org/review/4995 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-cdp.c')
-rw-r--r--epan/dissectors/packet-cdp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cdp.c b/epan/dissectors/packet-cdp.c
index facf856314..9023d54cd5 100644
--- a/epan/dissectors/packet-cdp.c
+++ b/epan/dissectors/packet-cdp.c
@@ -273,8 +273,6 @@ static const value_string type_nrgyz_vals[] = {
{ 0, NULL }
};
-static const true_false_string tfs_full_half = { "Full", "Half" };
-
static void
dissect_cdp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{