[svn:parrot] r38724 - trunk/src/io
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Tue May 12 20:53:11 UTC 2009
Author: NotFound
Date: Tue May 12 20:53:11 2009
New Revision: 38724
URL: https://trac.parrot.org/parrot/changeset/38724
Log:
[cage] delete a debug statement commited by mistake
Modified:
trunk/src/io/unix.c
Modified: trunk/src/io/unix.c
==============================================================================
--- trunk/src/io/unix.c Tue May 12 20:52:37 2009 (r38723)
+++ trunk/src/io/unix.c Tue May 12 20:53:11 2009 (r38724)
@@ -641,8 +641,6 @@
# ifdef PARROT_HAS_HEADER_UNISTD
int pid, err, fds[2];
- Parrot_io_eprintf(interp, "open pipe: '%Ss' - %i\n", command, flags);
-
err = pipe(fds);
if (err < 0) {
return NULL;
More information about the parrot-commits
mailing list