From 8080ab1d25bf068cc2079f3cf77f58bf9a723cf3 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 25 Nov 2008 18:43:45 +0000 Subject: [PATCH] packet-mp4ves.c:832: warning: unused variable 'offset' svn path=/trunk/; revision=26847 --- epan/dissectors/packet-mp4ves.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c index b46cc102db..c039ca700e 100644 --- a/epan/dissectors/packet-mp4ves.c +++ b/epan/dissectors/packet-mp4ves.c @@ -829,7 +829,6 @@ dissect_mp4ves_par_video_object_type(tvbuff_t *tvb, packet_info *pinfo _U_, prot static int dissect_mp4ves_par_decoderConfigurationInformation(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_) { - int offset = 0; asn1_ctx_t *actx; actx = get_asn1_ctx(pinfo->private_data);