From c929e42eb41a34045bf15457b1b5175e01ae2055 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 26 Jan 2013 22:43:34 +0000 Subject: Fix various instances of unused hf[] entries found by checkhf. svn path=/trunk/; revision=47312 --- epan/dissectors/packet-mpls-y1711.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-mpls-y1711.c') diff --git a/epan/dissectors/packet-mpls-y1711.c b/epan/dissectors/packet-mpls-y1711.c index 30f0281277..7f4fbabe04 100644 --- a/epan/dissectors/packet-mpls-y1711.c +++ b/epan/dissectors/packet-mpls-y1711.c @@ -49,7 +49,7 @@ static gint proto_mpls_y1711 = -1; static int hf_mpls_y1711_function_type = -1; -static int hf_mpls_y1711_ttsi = -1; +/* static int hf_mpls_y1711_ttsi = -1; */ static int hf_mpls_y1711_frequency = -1; static int hf_mpls_y1711_defect_type = -1; static int hf_mpls_y1711_defect_location = -1; @@ -360,6 +360,7 @@ proto_register_mpls_y1711(void) 0x0, "Function Type codepoint", HFILL } }, +/** { &hf_mpls_y1711_ttsi, { @@ -368,6 +369,7 @@ proto_register_mpls_y1711(void) FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL } }, +**/ { &hf_mpls_y1711_frequency, { -- cgit v1.2.3