Completely remove an unused variable, don't just comment it out

(especially with a C++/C99-style comment that not all compilers used to
compile Wireshark accept).

svn path=/trunk/; revision=29255
This commit is contained in:
Guy Harris 2009-07-31 20:13:53 +00:00
parent ee5d2e8788
commit 99bd70035d
1 changed files with 0 additions and 1 deletions

View File

@ -1387,7 +1387,6 @@ dissect_gtpv2_bearer_ctx(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree
guint8 type, instances;
proto_tree *ie_tree;
proto_item *ti;
//tvbuff_t *ie_tvb;
guint8 v4, v6;
guint16 lengths;
while (offset<length)