Module Name: src
Committed By: rillig
Date: Sun Aug 9 09:27:44 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): remove outdated comment
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/usr.bin/make/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/main.c
diff -u src/usr.bin/make/main.c:1.300 src/usr.bin/make/main.c:1.301
--- src/usr.bin/make/main.c:1.300 Sun Aug 9 09:26:21 2020
+++ src/usr.bin/make/main.c Sun Aug 9 09:27:44 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.300 2020/08/09 09:26:21 rillig Exp $ */
+/* $NetBSD: main.c,v 1.301 2020/08/09 09:27:44 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: main.c,v 1.300 2020/08/09 09:26:21 rillig Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.301 2020/08/09 09:27:44 rillig Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -81,7 +81,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 19
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.300 2020/08/09 09:26:21 rillig Exp $");
+__RCSID("$NetBSD: main.c,v 1.301 2020/08/09 09:27:44 rillig Exp $");
#endif
#endif /* not lint */
#endif
@@ -1664,7 +1664,6 @@ Cmd_Exec(const char *cmd, const char **e
savederr = 0;
Buf_Init(&buf, 0);
- /* XXX: split variable cc into 2 */
do {
char result[BUFSIZ];
bytes_read = read(fds[0], result, sizeof(result));