diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 8ac04611aa..88aab487ae 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -33,8 +33,6 @@ #undef exit #undef random -int mm_flags; - /* reference fft */ #define MUL16(a,b) ((a) * (b))