[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Web / System.Web / HttpRuntime.cs
index 2f234ef4ed3504db57184081085b2e91a61d8e08..709c57dc088d9c7f735ce08767a37dc035d3c26c 100644 (file)
@@ -601,13 +601,6 @@ namespace System.Web
                }
 #endif
                
-#if TARGET_JVM
-               [MonoNotSupported ("UnloadAppDomain is not supported")]
-               public static void UnloadAppDomain ()
-               {
-                       throw new NotImplementedException ("UnloadAppDomain is not supported");
-               }
-#else
                //
                // Called when we are shutting down or we need to reload an application
                // that has been modified (touch global.asax) 
@@ -628,7 +621,6 @@ namespace System.Web
                                }
                        });
                }
-#endif
                //
                // Shuts down the AppDomain
                //