Merge pull request #2831 from razzfazz/fix_dllimport
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels / IAuthorizeRemotingConnection.cs
index 692be2a57c9a2bd26d15b58fcf57eb977626bd70..e746611358a14e8ddecd7a6ed99f3bb867ed7a31 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Net;
@@ -42,4 +41,3 @@ namespace System.Runtime.Remoting.Channels
 
 }
 
-#endif