Reinstate use of VG_(do_sanity_checks), although at a lower frequency
than before.  Turns out they were wasting 25-50% of total execution
time in valgrinds of the 200203XX vintage.  Apologies, KDE hackers!


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@182 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/vg_main.c b/vg_main.c
index 3fbaca8..b98459f 100644
--- a/vg_main.c
+++ b/vg_main.c
@@ -1071,8 +1071,7 @@
    if (VG_(clo_cachesim))
       VG_(show_cachesim_results)(VG_(client_argc), VG_(client_argv));
 
-   VG_(do_sanity_checks)( 1 /* root thread */, 
-                          True /*include expensive checks*/ );
+   VG_(do_sanity_checks)( True /*include expensive checks*/ );
 
    if (VG_(clo_verbosity) > 1)
       vg_show_counts();