aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-06-10 20:20:22 +0000
committerDoug Evans <dje@gnu.org>1996-06-10 20:20:22 +0000
commitd7ff155ff0a8cf3a291a4b1d8360b6f2b5e302dd (patch)
treeae5185f89ef0335a5743768d9818a1642ec80e1f /gcc
parentc9632a3b4362ac9edba382b0f57d7dbd040819d0 (diff)
downloadgcc-d7ff155ff0a8cf3a291a4b1d8360b6f2b5e302dd.zip
gcc-d7ff155ff0a8cf3a291a4b1d8360b6f2b5e302dd.tar.gz
gcc-d7ff155ff0a8cf3a291a4b1d8360b6f2b5e302dd.tar.bz2
Delete outdated comment.
From-SVN: r12271
Diffstat (limited to 'gcc')
-rw-r--r--gcc/pexecute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/pexecute.c b/gcc/pexecute.c
index ac4b0f0..387eec1 100644
--- a/gcc/pexecute.c
+++ b/gcc/pexecute.c
@@ -23,8 +23,6 @@ Boston, MA 02111-1307, USA. */
/* This file lives in at least two places: libiberty and gcc.
Don't change one without the other. */
-/* ??? The usage of execv/spawnv vs execvp/spawnvp seems backwards. */
-
#include <stdio.h>
#include <errno.h>