Module Name:    src
Committed By:   rillig
Date:           Sun Oct 25 13:31:16 UTC 2020

Modified Files:
        src/usr.bin/make: lst.h

Log Message:
make(1): remove obsolete comment from lst.h


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/lst.h

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/lst.h
diff -u src/usr.bin/make/lst.h:1.82 src/usr.bin/make/lst.h:1.83
--- src/usr.bin/make/lst.h:1.82	Sun Oct 25 13:06:12 2020
+++ src/usr.bin/make/lst.h	Sun Oct 25 13:31:16 2020
@@ -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 @@ void LstNode_SetNull(ListNode *);
  * 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. */

Reply via email to