aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-28 19:59:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-28 19:59:32 +0000
commit70b35e6583d3b87172a4a37c99fa45ed9853cb24 (patch)
tree36435a26dff71d07d9e06db0f4151fd1d953e41e /epan/dissectors/packet-bpdu.c
parentc1c964db1731205dd8502ed0a363469d60d413a0 (diff)
Remove an unused variable
svn path=/trunk/; revision=46252
Diffstat (limited to 'epan/dissectors/packet-bpdu.c')
-rw-r--r--epan/dissectors/packet-bpdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bpdu.c b/epan/dissectors/packet-bpdu.c
index d52d752631..de485aead0 100644
--- a/epan/dissectors/packet-bpdu.c
+++ b/epan/dissectors/packet-bpdu.c
@@ -258,7 +258,7 @@ dissect_bpdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int spt_offset = 0;
guint16 spt_edge_count = 0;
- int MCID_LEN = 51, i = 0;
+ int MCID_LEN = 51;
guint8 spt_agree_data = 0;
proto_tree *bpdu_tree;