summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h1
1 files changed, 0 insertions, 1 deletions
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"