[svn] r6048: nemerle/trunk/misc/profiler/profx.c

malekith svnadmin at nemerle.org
Thu Jan 5 12:03:13 CET 2006


Log:
Kill references to mono_gc_print_stats.

Author: malekith
Date: Thu Jan  5 12:03:13 2006
New Revision: 6048

Modified:
   nemerle/trunk/misc/profiler/profx.c

Modified: nemerle/trunk/misc/profiler/profx.c
==============================================================================
--- nemerle/trunk/misc/profiler/profx.c	(original)
+++ nemerle/trunk/misc/profiler/profx.c	Thu Jan  5 12:03:13 2006
@@ -73,8 +73,6 @@
 		mono_type_full_name (mono_class_get_type (klass)));
 }
 
-extern void mono_gc_print_stats (void);
-
 static void
 simple_shutdown (MonoProfiler *prof)
 {
@@ -92,7 +90,6 @@
 	
 	}
 
-	mono_gc_print_stats ();
 	printf ("managed bytes allocated:\t%llu\n", prof->total_memory);
 }
 



More information about the svn mailing list