Leftover.
authorPaolo Molaro <lupus@oddwiz.org>
Wed, 3 Mar 2010 18:38:47 +0000 (18:38 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Wed, 3 Mar 2010 18:38:47 +0000 (18:38 -0000)
svn path=/trunk/mono/; revision=152965

mono/metadata/profiler-private.h

index 64d9822844139598c8af46a2715a87594f22659d..28b8e9723dec8031a61ee61516db8f0a4e31df4b 100644 (file)
@@ -35,7 +35,6 @@ void mono_profiler_method_end_invoke   (MonoMethod *method) MONO_INTERNAL;
 
 void mono_profiler_code_transition (MonoMethod *method, int result) MONO_INTERNAL;
 void mono_profiler_allocation      (MonoObject *obj, MonoClass *klass) MONO_INTERNAL;
-void mono_profiler_string_allocation (MonoDomain *domain, MonoString *str) MONO_INTERNAL;
 void mono_profiler_monitor_event   (MonoObject *obj, MonoProfilerMonitorEvent event) MONO_INTERNAL;
 void mono_profiler_stat_hit        (guchar *ip, void *context) MONO_INTERNAL;
 void mono_profiler_stat_call_chain (int call_chain_depth, guchar **ips, void *context) MONO_INTERNAL;