aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-07 10:01:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-07 10:01:24 +0000
commit6c47c809efeb7e527d708479035e2650a420c1c8 (patch)
treec59f0ff93592ff28e3ec75db6f0208276677a08e /epan/dissectors/packet-bssgp.c
parenta7e379499d0470aad7d432015870eb5edbd787dd (diff)
Fix packet-bssgp.c:125: warning: 'hf_bssgp_tmsi_ptmsi' defined but not used
svn path=/trunk/; revision=36153
Diffstat (limited to 'epan/dissectors/packet-bssgp.c')
-rw-r--r--epan/dissectors/packet-bssgp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 18f58d705f..0824389442 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -122,7 +122,6 @@ static int hf_bssgp_ran_inf_req_pdu_t_ext_c = -1;
static int hf_bssgp_ran_inf_pdu_t_ext_c = -1;
static int hf_bssgp_rim_pdu_ind_ack = -1;
static int hf_bssgp_rim_proto_ver_no = -1;
-static int hf_bssgp_tmsi_ptmsi = -1;
static int hf_bssgp_bss_area_ind = -1;
static int hf_bssgp_bvci = -1;
static int hf_bssgp_bmax = -1;