changeset 4043:87694a28120c libavcodec

unused variable
author michael
date Thu, 19 Oct 2006 18:22:03 +0000
parents 643cdc58bd69
children 5ccdefd60f61
files cabac.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cabac.h	Thu Oct 19 14:54:34 2006 +0000
+++ b/cabac.h	Thu Oct 19 18:22:03 2006 +0000
@@ -624,7 +624,6 @@
 
 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"