Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-26 04:42:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-26 16:01:49 +0300
commit98cf04084aab9bd6eef5e4e37cc92117fdac2cf0 (patch)
tree7184eb93c2e195e48e4f2adb79a68ba80a4f80c0 /mcs/class/Mono.Parallel
parenta8990aca6ca4e698953effee868c2abe38d7295c (diff)
[bcl] Remove NET_4_0 defines from class libs
NET_4_0 is always defined now, so the ifdefs are redundant. I verified the libs are exactly the same after this change, so this is effectively a no-op.
Diffstat (limited to 'mcs/class/Mono.Parallel')
-rw-r--r--mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/CollectionStressTestHelper.cs2
-rw-r--r--mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/ConcurrentSkipListTests.cs2
-rw-r--r--mcs/class/Mono.Parallel/Test/Mono.Threading/ParallelTestHelper.cs2
-rw-r--r--mcs/class/Mono.Parallel/Test/Mono.Threading/SnziTests.cs2
4 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/CollectionStressTestHelper.cs b/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/CollectionStressTestHelper.cs
index e05f022bb2d..289aa8f1257 100644
--- a/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/CollectionStressTestHelper.cs
+++ b/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/CollectionStressTestHelper.cs
@@ -1,4 +1,3 @@
-#if NET_4_0
//
// CollectionStressTestHelper.cs
//
@@ -126,4 +125,3 @@ namespace MonoTests.Mono.Collections.Concurrent
}
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/ConcurrentSkipListTests.cs b/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/ConcurrentSkipListTests.cs
index b239cdc1d5c..ea69137e0e4 100644
--- a/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/ConcurrentSkipListTests.cs
+++ b/mcs/class/Mono.Parallel/Test/Mono.Collections.Concurrent/ConcurrentSkipListTests.cs
@@ -1,4 +1,3 @@
-#if NET_4_0
// ConcurrentSkipListTests.cs
//
// Copyright (c) 2008 Jérémie "Garuma" Laval
@@ -110,4 +109,3 @@ namespace MonoTests.Mono.Collections.Concurrent
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Test/Mono.Threading/ParallelTestHelper.cs b/mcs/class/Mono.Parallel/Test/Mono.Threading/ParallelTestHelper.cs
index 2b5bf5b54c4..b0e3839dde5 100644
--- a/mcs/class/Mono.Parallel/Test/Mono.Threading/ParallelTestHelper.cs
+++ b/mcs/class/Mono.Parallel/Test/Mono.Threading/ParallelTestHelper.cs
@@ -1,4 +1,3 @@
-#if NET_4_0
// TestHelper.cs
//
// Copyright (c) 2008 Jérémie "Garuma" Laval
@@ -86,4 +85,3 @@ namespace MonoTests.Mono.Threading.Tasks
}
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Test/Mono.Threading/SnziTests.cs b/mcs/class/Mono.Parallel/Test/Mono.Threading/SnziTests.cs
index 30db2ef2995..2b5ccf8ee41 100644
--- a/mcs/class/Mono.Parallel/Test/Mono.Threading/SnziTests.cs
+++ b/mcs/class/Mono.Parallel/Test/Mono.Threading/SnziTests.cs
@@ -1,4 +1,3 @@
-#if NET_4_0
//
// SnziTests.cs
//
@@ -135,4 +134,3 @@ namespace MonoTests.Mono.Threading
}
}
}
-#endif \ No newline at end of file