about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 784c9df56..6b178142c 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -408,10 +408,6 @@ zexecve(char *pth, char **argv)
 			if (eno == ENOENT) {
 			    if (*ptr)
 				*ptr = '\0';
-			    /*
-			     * TODO: needs variable argument handling
-			     * in zerrmsg() etc. to do this properly.
-			     */
 			    zerr("%s: bad interpreter: %s: %e", pth, ptr2,
 				 eno);
 			} else if (*ptr) {