From 70a28c494e9b1bfb9fb2e97de7c9f25d6cfef2d2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 16 Jun 2006 10:43:59 +0000 Subject: unposted: remove redundant TODO --- Src/exec.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Src/exec.c') 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) { -- cgit 1.4.1