Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): remove outdated comment



details:   https://anonhg.NetBSD.org/src/rev/3d009f4af1a7
branches:  trunk
changeset: 937124:3d009f4af1a7
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Aug 09 09:27:44 2020 +0000

description:
make(1): remove outdated comment

diffstat:

 usr.bin/make/main.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 4fa6a85a41f0 -r 3d009f4af1a7 usr.bin/make/main.c
--- a/usr.bin/make/main.c       Sun Aug 09 09:26:21 2020 +0000
+++ b/usr.bin/make/main.c       Sun Aug 09 09:27:44 2020 +0000
@@ -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 @@
 #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 @@
        savederr = 0;
        Buf_Init(&buf, 0);
 
-       /* XXX: split variable cc into 2 */
        do {
            char   result[BUFSIZ];
            bytes_read = read(fds[0], result, sizeof(result));



Home | Main Index | Thread Index | Old Index