]> granicus.if.org Git - libx264/commitdiff
remove some unused code
authorMin Chen <chenm001@163.com>
Thu, 17 Jun 2004 08:58:43 +0000 (08:58 +0000)
committerMin Chen <chenm001@163.com>
Thu, 17 Jun 2004 08:58:43 +0000 (08:58 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@8 df754926-b1dd-0310-bc7b-ec298dee348c

testing/checkasm.c

index ec3283ba2f2e173db40378e1fd410b696865148f..eea3a1e4f8920dcc1f1e95573e99137cad4a27c4 100644 (file)
@@ -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] ) \