From: Julian Seward Date: Tue, 26 Oct 2004 00:49:13 +0000 (+0000) Subject: Get rid of debug printing. X-Git-Tag: svn/VALGRIND_3_0_1^2~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602934aa30c6f60c8a48326933f8e55310167cee;p=thirdparty%2Fvalgrind.git Get rid of debug printing. git-svn-id: svn://svn.valgrind.org/vex/trunk@429 --- diff --git a/VEX/priv/ir/iropt.c b/VEX/priv/ir/iropt.c index aa9e50fac3..c8df4daa34 100644 --- a/VEX/priv/ir/iropt.c +++ b/VEX/priv/ir/iropt.c @@ -1123,7 +1123,7 @@ static void redundant_get_removal_BB ( IRBB* bb ) /* dump the entire env (not clever, but correct ...) */ for (j = 0; j < env->used; j++) env->inuse[j] = False; - vex_printf("rGET: trash env due to dirty helper\n"); + if (0) vex_printf("rGET: trash env due to dirty helper\n"); } }