aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-08 18:06:18 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-08 18:06:18 +0000
commit09d3f76696b7c9319b62cbba28998d2d39ae253b (patch)
tree05c5e373a6e7cbf71b08a55e3b78d1328d51316e /asn1
parente62a128fd7216b252ed1ddac6df68586aaa5a624 (diff)
packet-sbc-ap-template.c:138: warning: unused variable 'offset'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39762 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/sbc-ap/packet-sbc-ap-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/sbc-ap/packet-sbc-ap-template.c b/asn1/sbc-ap/packet-sbc-ap-template.c
index 9082dc4f9a..e463092c16 100644
--- a/asn1/sbc-ap/packet-sbc-ap-template.c
+++ b/asn1/sbc-ap/packet-sbc-ap-template.c
@@ -135,8 +135,6 @@ dissect_sbc_ap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *sbc_ap_item = NULL;
proto_tree *sbc_ap_tree = NULL;
- int offset = 0;
-
/* make entry in the Protocol column on summary display */
if (check_col(pinfo->cinfo, COL_PROTOCOL))