diff --git a/libavformat/bmv.c b/libavformat/bmv.c index f474648970..b5572aff37 100644 --- a/libavformat/bmv.c +++ b/libavformat/bmv.c @@ -72,7 +72,6 @@ static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt) { BMVContext *c = s->priv_data; int type, err; - void *tmp; while (c->get_next) { if (s->pb->eof_reached)