[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Runtime.CompilerServices / RuntimeWrappedExceptionCas.cs
index 1d9cee3ae4e5a972e37937aef3c5195f3c8072d9..8efd9d7dcd606287baac6a1346f726eac487f42c 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using NUnit.Framework;
 using System;
@@ -91,4 +90,3 @@ namespace MonoCasTests.System.Runtime.CompilerServices {
        }
 }
 
-#endif