[sgen] MONO_GC_PARAMS option for specifying number of worker threads.
[mono.git] / mono / metadata / mono-debug-debugger.c
index 1fab688742d83f7dfd92479900519030a5c1253c..929c3fbb2037a75a398384f243a269334773cf52 100644 (file)
@@ -81,7 +81,7 @@ mono_debugger_unlock (void)
 void
 mono_debugger_initialize (gboolean use_debugger)
 {
-       MONO_GC_REGISTER_ROOT (last_exception);
+       MONO_GC_REGISTER_ROOT_SINGLE (last_exception);
        
        g_assert (!mono_debugger_use_debugger);
 
@@ -323,10 +323,3 @@ mono_debugger_class_initialized (MonoClass *klass)
                goto again;
        }
 }
-
-int
-mono_debugger_get_thread_abort_signal (void)
-{
-       return mono_thread_get_abort_signal ();
-}
-