aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-12-23 21:29:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-12-23 21:29:20 +0000
commite853c604b6c9db3b01e9e96bc00e8d1ca6e358ea (patch)
treed1000f646d38205fed7528bb053f4b594c9825ca /epan/dissectors/packet-gsm_a_common.c
parent19489d96e44689d675b5313b3876b76b959cdd62 (diff)
packet-gsm_a_common.c:728: warning: unused variable ‘lengt_length’
svn path=/trunk/; revision=27104
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index f6b387fb7b..085c024c4b 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -725,7 +725,6 @@ guint16 elem_tlv_e(tvbuff_t *tvb, proto_tree *tree, guint8 iei, gint pdu_type, i
{
guint8 oct;
guint16 parm_len;
- guint8 lengt_length = 1;
guint16 consumed;
guint32 curr_offset;
proto_tree *subtree;