Merge pull request #1896 from meum/patch-1
[mono.git] / mcs / class / System.Web / System.Web.Hosting / IAppManagerAppDomainFactory.cs
index 911be941de485814f1739b5bd05dd03491109413..93fcadc9b65dffd7f15e54b0f63d85a52dcb8a21 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 
 using System.Runtime.InteropServices;
 
@@ -43,4 +42,3 @@ namespace System.Web.Hosting
                 void Stop ();
         }
 }
-#endif