]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of debug printing.
authorJulian Seward <jseward@acm.org>
Tue, 26 Oct 2004 00:49:13 +0000 (00:49 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 26 Oct 2004 00:49:13 +0000 (00:49 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@429

VEX/priv/ir/iropt.c

index aa9e50fac3ae48afad5ca7c7ee80244bda4f2873..c8df4daa34f7ef4269cb6f08b5a461f36640f3ba 100644 (file)
@@ -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");
          }
       }