[corlib] Remove unused thread field
authorMarek Safar <marek.safar@gmail.com>
Wed, 20 May 2015 14:22:28 +0000 (16:22 +0200)
committerMarek Safar <marek.safar@gmail.com>
Wed, 20 May 2015 14:22:55 +0000 (16:22 +0200)
mcs/class/corlib/System.Threading/Thread.cs

index 65aafccd49888ee3c1d3c262f4f695ddc4d55d9a..2b59028a99526a803fe2796184f8308bc2a59cd1 100644 (file)
@@ -127,10 +127,8 @@ namespace System.Threading {
                CultureInfo current_culture;
                CultureInfo current_ui_culture;
 
-               // the name of local_slots, current_thread and _ec is
+               // the name of current_thread and _ec is
                // important because they are used by the runtime.
-               [ThreadStatic]
-               static object[] local_slots;
 
                [ThreadStatic]
                static Thread current_thread;