From c7631faf30ef78cc254a7ad8a7552e65824507d8 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Thu, 17 Jun 2004 08:58:43 +0000 Subject: [PATCH] remove some unused code git-svn-id: svn://svn.videolan.org/x264/trunk@8 df754926-b1dd-0310-bc7b-ec298dee348c --- testing/checkasm.c | 3 --- 1 file changed, 3 deletions(-) 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] ) \ -- 2.40.0