aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-29 18:08:16 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-29 18:08:16 +0000
commita256cb0c9dd83bce8279359923c799923a3bb01e (patch)
tree26cba214c1e0a677cb163bf27b200431fe4e5245 /epan/dissectors/packet-mpls.c
parentf0fcfd92a7e50e6ef78c58decd941afe3c549dcc (diff)
Remove unused hf variable
svn path=/trunk/; revision=41828
Diffstat (limited to 'epan/dissectors/packet-mpls.c')
-rw-r--r--epan/dissectors/packet-mpls.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/dissectors/packet-mpls.c b/epan/dissectors/packet-mpls.c
index d13e28d31c..9ee2e4ada1 100644
--- a/epan/dissectors/packet-mpls.c
+++ b/epan/dissectors/packet-mpls.c
@@ -225,8 +225,6 @@ static int mpls_filter[MPLSF_MAX];
static gint mpls_default_payload = 0;
-static int hf_mpls_1st_nibble = -1;
-
static int hf_mpls_pw_ach_ver = -1;
static int hf_mpls_pw_ach_res = -1;
static int hf_mpls_pw_ach_channel_type = -1;
@@ -688,11 +686,6 @@ proto_register_mpls(void)
{"MPLS TTL", "mpls.ttl", FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
- /* 1st nibble */
- {&hf_mpls_1st_nibble,
- {"MPLS 1st nibble", "mpls.1st_nibble", FT_UINT8,
- BASE_DEC, NULL, 0x0, NULL, HFILL }},
-
/* PW Associated Channel Header fields */
{&hf_mpls_pw_ach_ver,
{"PW Associated Channel Version", "pwach.ver", FT_UINT8, BASE_DEC,