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 unused typedef LstActionProc



details:   https://anonhg.NetBSD.org/src/rev/162f4c0c78bd
branches:  trunk
changeset: 941442:162f4c0c78bd
user:      rillig <rillig%NetBSD.org@localhost>
date:      Wed Oct 21 07:14:22 2020 +0000

description:
make(1): remove unused typedef LstActionProc

diffstat:

 usr.bin/make/lst.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0aeb89d739e5 -r 162f4c0c78bd usr.bin/make/lst.h
--- a/usr.bin/make/lst.h        Wed Oct 21 07:11:50 2020 +0000
+++ b/usr.bin/make/lst.h        Wed Oct 21 07:14:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lst.h,v 1.74 2020/10/19 21:57:37 rillig Exp $  */
+/*     $NetBSD: lst.h,v 1.75 2020/10/21 07:14:22 rillig Exp $  */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -125,8 +125,6 @@
 typedef void LstFreeProc(void *);
 /* Return TRUE if the datum matches the args, for Lst_Find. */
 typedef Boolean LstFindProc(const void *datum, const void *args);
-/* An action for Lst_ForEach. */
-typedef void LstActionProc(void *datum, void *args);
 /* An action for Lst_ForEachUntil. */
 typedef int LstActionUntilProc(void *datum, void *args);
 



Home | Main Index | Thread Index | Old Index