From 22bc4a73fd0b562af10f1ec20519015aca3ed55f Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Wed, 8 Oct 2008 02:24:31 +0200 Subject: [PATCH] Bug 457046 - Decide what to do with |#if 0|'ed code; Av1; r=benjamin --- xpcom/tests/TestPipes.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/xpcom/tests/TestPipes.cpp b/xpcom/tests/TestPipes.cpp index 941ab8ff882b..7415be342627 100644 --- a/xpcom/tests/TestPipes.cpp +++ b/xpcom/tests/TestPipes.cpp @@ -534,21 +534,6 @@ main(int argc, char* argv[]) TestSegmentedBuffer(); #endif -#if 0 // obsolete old implementation - nsCOMPtr in; - nsCOMPtr out; - rv = TP_NewPipe(getter_AddRefs(in), getter_AddRefs(out), 4096 * 4); - if (NS_FAILED(rv)) { - printf("TP_NewPipe failed\n"); - return -1; - } - - rv = TestPipe(in, out); - if (NS_FAILED(rv)) { - printf("TestPipe failed\n"); - return -1; - } -#endif #if 0 TestSearch("foo", 8); TestSearch("bar", 6);