X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Hosting%2FIAppManagerAppDomainFactory.cs;h=93fcadc9b65dffd7f15e54b0f63d85a52dcb8a21;hb=ccdf8c3274d1793ffeddedfd784d49707feea62a;hp=911be941de485814f1739b5bd05dd03491109413;hpb=af8994638308aa5e2b873ec1d415ee64ecedbf5e;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Hosting/IAppManagerAppDomainFactory.cs b/mcs/class/System.Web/System.Web.Hosting/IAppManagerAppDomainFactory.cs index 911be941de4..93fcadc9b65 100644 --- a/mcs/class/System.Web/System.Web.Hosting/IAppManagerAppDomainFactory.cs +++ b/mcs/class/System.Web/System.Web.Hosting/IAppManagerAppDomainFactory.cs @@ -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