From 25010f8e0908c74475333396730c7d0653e3dcb8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 17 Oct 1994 19:45:00 -0200 Subject: [PATCH] remove of 'printf' for debuging. --- table.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/table.c b/table.c index 875a6e20..b9e3449c 100644 --- a/table.c +++ b/table.c @@ -3,7 +3,7 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.3 1994/08/03 14:15:46 celes Exp $"; +char *rcs_table="$Id: table.c,v 2.4 1994/10/17 19:03:23 celes Exp roberto $"; #include #include @@ -216,8 +216,6 @@ void lua_pack (void) lua_strcollector(); lua_hashcollector(); -printf("lua_pack: lua_block=%d lua_recovered=%d %%=%.2f\n",lua_block,lua_recovered,100.0*lua_recovered/lua_block); - lua_nentity = 0; /* reset counter */ lua_block=2*lua_block-3*lua_recovered/2; /* adapt block size */ }