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:
Diffstat (limited to 'mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs')
-rw-r--r--mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs b/mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs
index fe8900516aa..4833b16e097 100644
--- a/mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs
+++ b/mcs/class/corlib/Test/System.Threading/CompressedStackCas.cs
@@ -28,7 +28,6 @@
// Note: the class existed in 1.1 but the only thing we know about it is that
// it has a finalizer ;-)
-#if NET_2_0
using System;
using System.Security;
@@ -106,4 +105,3 @@ namespace MonoCasTests.System.Threading {
}
}
-#endif