From 34f4bb62bfb32af3389771d1378c500faf0e152c Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 16 Aug 2009 21:10:32 +0800 Subject: [PATCH] threading: removing misguided comment Signed-off-by: Christoph Ruegg --- src/Numerics/Threading/Parallel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Numerics/Threading/Parallel.cs b/src/Numerics/Threading/Parallel.cs index 83315988..31ee7b14 100644 --- a/src/Numerics/Threading/Parallel.cs +++ b/src/Numerics/Threading/Parallel.cs @@ -66,7 +66,6 @@ namespace MathNet.Numerics.Threading } // fast forward execution in case parallelization is disabled - // (cdrnet, 200908): should we fast forward on STA threads as well? if (Control.DisableParallelization || ThreadQueue.ThreadCount <= 1 || ThreadQueue.IsInWorkerThread) @@ -137,7 +136,6 @@ namespace MathNet.Numerics.Threading } // fast forward execution in case parallelization is disabled - // (cdrnet, 200908): should we fast forward on STA threads as well? if (Control.DisableParallelization || ThreadQueue.ThreadCount <= 1 || ThreadQueue.IsInWorkerThread)