From d72bc3238963d76ecc322ba223a2bde719a59968 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 19 Oct 2006 18:22:03 +0000 Subject: [PATCH] unused variable Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index a2828770c5..403c0f4725 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -624,7 +624,6 @@ static int get_cabac_bypass(CABACContext *c){ static always_inline int get_cabac_bypass_sign(CABACContext *c, int val){ #ifdef ARCH_X86 - int bit; asm volatile( "movl "RANGE "(%1), %%ebx \n\t" "movl "LOW "(%1), %%eax \n\t"