summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 97dcb188a19..9ebff14dd26 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.332 2020/09/26 16:00:12 rillig Exp $ */
+/* $NetBSD: parse.c,v 1.333 2020/09/26 16:55:58 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -131,7 +131,7 @@
#include "pathnames.h"
/* "@(#)parse.c 8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: parse.c,v 1.332 2020/09/26 16:00:12 rillig Exp $");
+MAKE_RCSID("$NetBSD: parse.c,v 1.333 2020/09/26 16:55:58 rillig Exp $");
/* types and constants */
@@ -829,9 +829,6 @@ ParseLinkSrc(void *pgnp, void *data)
* gnp The node to which the operator is to be applied
* opp The operator to apply
*
- * Results:
- * Always 0
- *
* Side Effects:
* The type field of the node is altered to reflect any new bits in
* the op.