From fd1174b5a5226a59bdbe38225f3122ffffeb96ce Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Mon, 30 Apr 2012 20:38:13 +0000 Subject: [PATCH] Remove unused variable not found by MSVC2010EE but found by OSX buildbot. svn path=/trunk/; revision=42360 --- epan/dissectors/packet-ip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c index 33768aadc9..24866e1785 100644 --- a/epan/dissectors/packet-ip.c +++ b/epan/dissectors/packet-ip.c @@ -1418,7 +1418,6 @@ dissect_ipopt_sdb(const ip_tcp_opt *optp, tvbuff_t *tvb, int offset, { proto_tree *field_tree; proto_item *tf; - int optoffset = 0; tf = proto_tree_add_text(opt_tree, tvb, offset, optlen, "%s (%u bytes)", optp->name, optlen);