From 812010c17e237e8cb87950c2380c6cbf049317b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 30 Sep 2011 23:33:05 +0200 Subject: [PATCH] Remove unused variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavcodec/g723_1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c index b1679983e3..5eed0b7c73 100644 --- a/libavcodec/g723_1.c +++ b/libavcodec/g723_1.c @@ -209,7 +209,6 @@ static int normalize_bits(int num, int width) { int i = 0; int bits = (width) ? 31 : 15; - int limit = 1 << (bits - 1); if (num) { if (num == -1)