[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Security / SecureStringTest.cs
index 976628af257ec5276c8ebfd3549b50ecd8cbac6d..831b830e138b79ccacaaff9210dfc0b76dda20d7 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Security;
@@ -405,4 +404,3 @@ namespace MonoTests.System.Security {
        }
 }
 
-#endif