[threads] Remove mono_threads_create_thread (#4411)
[mono.git] / mcs / class / corlib / System.Threading / Thread.cs
index 9145dfd158e085542eb0216c3a2570a254b8bec5..6d96fe1b3673632ac00b57d23b4fc1c1011be851 100644 (file)
@@ -60,7 +60,7 @@ namespace System.Threading {
                private int abort_state_handle;
                /* thread_id is only accessed from unmanaged code */
                internal Int64 thread_id;
-               private IntPtr stack_ptr;
+               private IntPtr debugger_thread; // FIXME switch to bool as soon as CI testing with corlib version bump works
                private UIntPtr static_data; /* GC-tracked */
                private IntPtr runtime_thread_info;
                /* current System.Runtime.Remoting.Contexts.Context instance