2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Cleanup redundant isc_rwlock_init() result checks

This commit is contained in:
Mark Andrews
2021-02-01 15:59:41 +11:00
parent 48a89e5fbe
commit 3b11bacbb7
14 changed files with 49 additions and 204 deletions

View File

@@ -78,7 +78,7 @@ struct isc_rwlock {
#endif /* USE_PTHREAD_RWLOCK */
isc_result_t
void
isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota,
unsigned int write_quota);