]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Dither
authorJulian Seward <jseward@acm.org>
Fri, 20 May 2005 02:45:15 +0000 (02:45 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 20 May 2005 02:45:15 +0000 (02:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3780

memcheck/mc_main.c

index 32442142b258fcf0893736ce78448eb6cf180636..f87092159a75ad29f361902b5fc26d5d463cbe3e 100644 (file)
@@ -2447,7 +2447,7 @@ static void mc_post_clo_init ( void )
       options so as to constrain the output somewhat. */
    if (VG_(clo_xml)) {
       /* Extract as much info as possible from the leak checker. */
-      MAC_(clo_show_reachable) = True;
+      /* MAC_(clo_show_reachable) = True; */
       MAC_(clo_leak_check) = LC_Full;
    }
 }