From: Ronald S. Bultje Date: Fri, 24 Sep 2010 15:31:46 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v0.7b1~2177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e117771cdf6ed76c90455ce289dbd027477b7fb;p=platform%2Fupstream%2Flibav.git Remove unused variable. Originally committed as revision 25173 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index 5921898..249675f 100644 --- a/libavcodec/x86/h264dsp_mmx.c +++ b/libavcodec/x86/h264dsp_mmx.c @@ -24,7 +24,6 @@ #include "dsputil_mmx.h" DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL; -DECLARE_ALIGNED(8, static const uint64_t, ff_pb_7_3 ) = 0x0307030703070307ULL; /***********************************/ /* IDCT */