Module Name:    src
Committed By:   rillig
Date:           Mon Jan 31 22:58:26 UTC 2022

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

Log Message:
make: remove redundant declaration of HashIter_Init

Since hash.h 1.41 from 2021-12-07.

No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/hash.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/hash.h
diff -u src/usr.bin/make/hash.h:1.45 src/usr.bin/make/hash.h:1.46
--- src/usr.bin/make/hash.h:1.45	Wed Dec 15 12:58:01 2021
+++ src/usr.bin/make/hash.h	Mon Jan 31 22:58:26 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: hash.h,v 1.45 2021/12/15 12:58:01 rillig Exp $	*/
+/*	$NetBSD: hash.h,v 1.46 2022/01/31 22:58:26 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -141,7 +141,6 @@ void HashTable_Set(HashTable *, const ch
 void HashTable_DeleteEntry(HashTable *, HashEntry *);
 void HashTable_DebugStats(HashTable *, const char *);
 
-void HashIter_Init(HashIter *, HashTable *);
 HashEntry *HashIter_Next(HashIter *);
 
 MAKE_INLINE void

Reply via email to