[profiler] Don't call mono_gc_base_init () before loading profilers.
[mono.git] / mono / metadata / profiler.c
index a1e222fc1e66c2c8c39b26ac6bff50ab6c9aa88b..2edca2ddb4c77091bffd010a6c10769afeff2dc6 100644 (file)
@@ -125,8 +125,6 @@ load_profiler_from_installation (const char *libname, const char *desc)
 void
 mono_profiler_load (const char *desc)
 {
-       mono_gc_base_init ();
-
        if (!desc || !strcmp ("default", desc))
                desc = "log:report";