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 obsolete comment from lst.h
details: https://anonhg.NetBSD.org/src/rev/5e2567ee8664
branches: trunk
changeset: 941620:5e2567ee8664
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Oct 25 13:31:16 2020 +0000
description:
make(1): remove obsolete comment from lst.h
diffstat:
usr.bin/make/lst.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 467a8a1e2287 -r 5e2567ee8664 usr.bin/make/lst.h
--- a/usr.bin/make/lst.h Sun Oct 25 13:25:19 2020 +0000
+++ b/usr.bin/make/lst.h Sun Oct 25 13:31:16 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.82 2020/10/25 13:06:12 rillig Exp $ */
+/* $NetBSD: lst.h,v 1.83 2020/10/25 13:31:16 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -153,9 +153,6 @@
* During this iteration, the list must not be modified structurally. */
int Lst_ForEachUntil(List *, LstActionUntilProc, void *);
-/* Iterating over a list while keeping track of the current node and possible
- * concurrent modifications */
-
/* Using the list as a queue */
/* Add a datum at the tail of the queue. */
Home |
Main Index |
Thread Index |
Old Index