From: Marek Safar Date: Wed, 20 May 2015 14:22:28 +0000 (+0200) Subject: [corlib] Remove unused thread field X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=d9b9ed561136572bdef0c9517de04bde47e0b873;p=mono.git [corlib] Remove unused thread field --- diff --git a/mcs/class/corlib/System.Threading/Thread.cs b/mcs/class/corlib/System.Threading/Thread.cs index 65aafccd498..2b59028a995 100644 --- a/mcs/class/corlib/System.Threading/Thread.cs +++ b/mcs/class/corlib/System.Threading/Thread.cs @@ -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;