[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.Reflection / TypeDelegatorTest.cs
index 56ce9c53f50fa2b455bdb37234729a146e606ccb..c1fc39a59c3c62e2b41dc963f7c7d9ec82596bbd 100644 (file)
@@ -28,9 +28,9 @@
 using System;
 using System.Threading;
 using System.Reflection;
-#if !TARGET_JVM && !MONOTOUCH
+#if !MONOTOUCH
 using System.Reflection.Emit;
-#endif // TARGET_JVM
+#endif
 
 using NUnit.Framework;