Prechádzať zdrojové kódy

Remove TaskScheduler useless finalizer

Jérémie Laval 14 rokov pred
rodič
commit
4d6f6a6956

+ 0 - 4
mcs/class/corlib/System.Threading.Tasks/TaskScheduler.cs

@@ -49,10 +49,6 @@ namespace System.Threading.Tasks
 		{
 			this.id = Interlocked.Increment (ref lastId);
 		}
-
-		~TaskScheduler ()
-		{
-		}
 		
 		public static TaskScheduler FromCurrentSynchronizationContext ()
 		{