Module Name: src
Committed By: rillig
Date: Tue May 4 13:40:35 UTC 2021
Modified Files:
src/external/mpl/bind/dist/lib/isc/include/isc: radix.h
Log Message:
bind: remove unnecessary CONSTCOND
Lint does not need this anymore, since 2021-01-31.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/mpl/bind/dist/lib/isc/include/isc/radix.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mpl/bind/dist/lib/isc/include/isc/radix.h
diff -u src/external/mpl/bind/dist/lib/isc/include/isc/radix.h:1.6 src/external/mpl/bind/dist/lib/isc/include/isc/radix.h:1.7
--- src/external/mpl/bind/dist/lib/isc/include/isc/radix.h:1.6 Mon Apr 5 11:29:49 2021
+++ src/external/mpl/bind/dist/lib/isc/include/isc/radix.h Tue May 4 13:40:34 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: radix.h,v 1.6 2021/04/05 11:29:49 rillig Exp $ */
+/* $NetBSD: radix.h,v 1.7 2021/05/04 13:40:34 rillig Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -219,6 +219,6 @@ isc_radix_process(isc_radix_tree_t *radi
} \
} \
} \
- while (/*CONSTCOND*/0)
+ while (0)
#endif /* _RADIX_H */