../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 13 Mar 2011 09:33:45 +0000 (09:33 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 13 Mar 2011 09:33:45 +0000 (09:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36182 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-gtp.c

index 374a992a636463d80a92d41f2200910c89503300..f053e30fe69813d382d7b3d73058ab893177267e 100644 (file)
@@ -5604,7 +5604,6 @@ static int
 dissect_gtp_3gpp_mbms_service_area(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
 
        int offset = 0;
-       int length = tvb_length(tvb);
        guint8 no_of_mbms_sa_codes;
     int i;