Merge pull request #1612 from esdrubal/socketsh
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Ipc.Win32 / NamedPipeSocket.cs
index d7793ada45e063c66dbe313796396a092083fd19..8c213a76f53d1c7b0f6549444db8f8cdd5a90c7c 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.IO;
@@ -366,4 +365,3 @@ namespace System.Runtime.Remoting.Channels.Ipc.Win32
     }
 }
 
-#endif