[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.Threading / SemaphoreTest.cs
index 51d0b522ec93142615d50a3208251dd37770448c..e30968bf5adad0a3b22dcdf945de6579205a4b17 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using NUnit.Framework;
 
@@ -271,4 +270,3 @@ namespace MonoTests.System.Threading {
        }
 }
 
-#endif