Remove unused variable not found by MSVC2010EE but found by OSX buildbot.

svn path=/trunk/; revision=42360
This commit is contained in:
Chris Maynard 2012-04-30 20:38:13 +00:00
parent bda12a5882
commit fd1174b5a5
1 changed files with 0 additions and 1 deletions

View File

@ -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);