Make ready for bootstrap.
[mono.git] / mcs / class / System.Core / System.IO.Pipes / PipeUnix.cs
index da1d5fd33ba62e07ac41c898895cd2a96dfabde1..a9f19967f859435f9c7642668f5da9f2bf3e055e 100644 (file)
@@ -25,6 +25,9 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+
+#if !BOOTSTRAP_BASIC
+
 using System;
 using System.ComponentModel;
 using System.IO;
@@ -294,3 +297,5 @@ namespace System.IO.Pipes
                }
        }
 }
+
+#endif