Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System / InvalidTimeZoneException.cs
index 0f019b9916edf4c90b3bce42f299c9c723ebd3c0..7096e56cd33f94d6d47e167ec960162873defe24 100644 (file)
@@ -24,7 +24,7 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System.Runtime.CompilerServices;