aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-03 01:41:59 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-03 01:41:59 +1000
commit8d58e58d7bb53e77752ea2897d100398ac62ace7 (patch)
treec896c3cedbc0bec4230922f442a75473d5007103 /io.c
parentc8c3715aac2827c9e8b08ad7a5a56b2d88325d14 (diff)
Minor performance tweaks
darcs-hash:20051102154159-ac50b-9a32fb6cc654c593048840ebd9f6abb97c2e0bb8.gz
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io.c b/io.c
index 498d9b03..41e0892c 100644
--- a/io.c
+++ b/io.c
@@ -95,7 +95,6 @@ io_data_t *io_buffer_create()
b_init( buffer_redirect->param2.out_buffer );
buffer_redirect->fd=1;
-
if( exec_pipe( buffer_redirect->param1.pipe_fd ) == -1 )
{
debug( 1, PIPE_ERROR );