diff --git a/mono/metadata/profiler-private.h b/mono/metadata/profiler-private.h index 64d9822844139598c8af46a2715a87594f22659d..28b8e9723dec8031a61ee61516db8f0a4e31df4b 100644 --- a/mono/metadata/profiler-private.h +++ b/mono/metadata/profiler-private.h @@ -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;