Merge pull request #1304 from slluis/mac-proxy-autoconfig
[mono.git] / mcs / class / System / Test / System.Collections.Concurrent / BlockingCollectionTests.cs
index 9f0e9b0190da47d2bb9bf8e4783eab871b46cdde..b33a5b4385f2620b87d09df9266a2e8c1963585a 100644 (file)
@@ -237,7 +237,7 @@ namespace MonoTests.System.Collections.Concurrent
                        t = Task.Factory.StartNew (() => {
                                try {
                                        return BlockingCollection<string>.TakeFromAny (arr, out res, cts.Token);
-                               } catch (OperationCanceledException WE_GOT_CANCELED) {
+                               } catch (OperationCanceledException) {
                                        res = "canceled";
                                        return -10;
                                }