From f1e3c9368b60f1caa87fec787431ea9ee97892b8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Sat, 5 Jul 2008 07:28:35 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20unused=20variable,=20fixes=20the=20war?= =?UTF-8?q?ning:=20libavcodec/nellymoserdec.c:133:=20warning:=20unused=20v?= =?UTF-8?q?ariable=20=E2=80=98i=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/nellymoserdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index b30400b6803..c177f60ca95 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -130,7 +130,6 @@ static void nelly_decode_block(NellyMoserDecodeContext *s, static av_cold int decode_init(AVCodecContext * avctx) { NellyMoserDecodeContext *s = avctx->priv_data; - int i; s->avctx = avctx; av_init_random(0, &s->random_state); -- GitLab