From: Min Chen Date: Thu, 17 Jun 2004 08:58:43 +0000 (+0000) Subject: remove some unused code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7631faf30ef78cc254a7ad8a7552e65824507d8;p=libx264 remove some unused code git-svn-id: svn://svn.videolan.org/x264/trunk@8 df754926-b1dd-0310-bc7b-ec298dee348c --- diff --git a/testing/checkasm.c b/testing/checkasm.c index ec3283ba..eea3a1e4 100644 --- a/testing/checkasm.c +++ b/testing/checkasm.c @@ -252,9 +252,6 @@ static int check_mc() x264_mc_mmxext_init( mc_asm ); #endif - memset( buf3, 0, 32*32 ); - memset( buf4, 0, 32*32 ); - /* Do the MC */ #define MC_TEST( t, w, h ) \ if( mc_asm[t] ) \