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:
authorZoltan Varga <vargaz@gmail.com>2015-01-14 00:06:31 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-14 00:06:31 +0300
commit032f313d5f3b99954cabb3e152b3c8d4424d5a2b (patch)
treee09b14b13cfb9b70197cc6255de6b3e91ce6cfb9 /mcs/class/Mono.Parallel
parentbc8041cbe5152a748be1ccb323611ae903cd4443 (diff)
[bcl] Remove NET_4_0 defines from class libs.
Diffstat (limited to 'mcs/class/Mono.Parallel')
-rw-r--r--mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs2
-rw-r--r--mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs2
-rw-r--r--mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs2
-rw-r--r--mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs2
-rw-r--r--mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs2
5 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs b/mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs
index 07b7ff28ba5..cc21c209b67 100644
--- a/mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs
+++ b/mcs/class/Mono.Parallel/Mono.Collections.Concurrent/ConcurrentSkipList.cs
@@ -22,7 +22,6 @@
//
//
-#if NET_4_0
using System;
using System.Threading;
using System.Collections;
@@ -425,4 +424,3 @@ namespace Mono.Collections.Concurrent
}
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs b/mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs
index ad9abd19f51..6692ad565cc 100644
--- a/mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs
+++ b/mcs/class/Mono.Parallel/Mono.Threading/CSnzi.cs
@@ -24,7 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-#if NET_4_0
using System;
using System.Threading;
@@ -242,4 +241,3 @@ namespace Mono.Threading
}
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs b/mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs
index 71200f34050..509b02e7a06 100644
--- a/mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs
+++ b/mcs/class/Mono.Parallel/Mono.Threading/ReaderWriterLockSlimmer.cs
@@ -22,7 +22,6 @@
//
//
-#if NET_4_0
using System;
using System.Threading;
@@ -140,4 +139,3 @@ namespace Mono.Threading
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs b/mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs
index 3be91f2f036..97acdf9f88a 100644
--- a/mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs
+++ b/mcs/class/Mono.Parallel/Mono.Threading/Snzi.cs
@@ -24,7 +24,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-#if NET_4_0
using System;
using System.Threading;
@@ -305,4 +304,3 @@ namespace Mono.Threading
}
}
}
-#endif
diff --git a/mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs b/mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs
index 38efde695ac..ff4d3f75dda 100644
--- a/mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs
+++ b/mcs/class/Mono.Parallel/Mono.Threading/SpinLockWrapper.cs
@@ -22,7 +22,6 @@
//
//
-#if NET_4_0
using System;
using System.Threading;
@@ -48,4 +47,3 @@ namespace Mono.Threading
}
}
}
-#endif