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: remove redundant declaration of HashIter_...
details: https://anonhg.NetBSD.org/src/rev/d88c6d959a7a
branches: trunk
changeset: 359935:d88c6d959a7a
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Jan 31 22:58:26 2022 +0000
description:
make: remove redundant declaration of HashIter_Init
Since hash.h 1.41 from 2021-12-07.
No binary change.
diffstat:
usr.bin/make/hash.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a8901827d23f -r d88c6d959a7a usr.bin/make/hash.h
--- a/usr.bin/make/hash.h Mon Jan 31 20:49:27 2022 +0000
+++ b/usr.bin/make/hash.h Mon Jan 31 22:58:26 2022 +0000
@@ -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_DeleteEntry(HashTable *, HashEntry *);
void HashTable_DebugStats(HashTable *, const char *);
-void HashIter_Init(HashIter *, HashTable *);
HashEntry *HashIter_Next(HashIter *);
MAKE_INLINE void
Home |
Main Index |
Thread Index |
Old Index