diff options
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r-- | usr.bin/make/targ.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index d05fc425a72..d1e77461d64 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: targ.c,v 1.35 2002/02/19 19:39:38 millert Exp $ */ +/* $OpenBSD: targ.c,v 1.36 2002/12/29 17:20:17 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* @@ -180,8 +180,6 @@ Targ_End() * An initialized graph node with the name field filled with a copy * of the passed name * - * Side Effects: - * The gnode is added to the list of all gnodes. *----------------------------------------------------------------------- */ GNode * |