]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove isc_task_purge() and isc_task_purgerange()
authorOndřej Surý <ondrej@isc.org>
Thu, 31 Mar 2022 20:14:14 +0000 (22:14 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 21:45:23 +0000 (23:45 +0200)
commitc17eee034be9c21c4e49a4b4ab338754d1d9b1b5
tree9682e5bacf01c68de23d0f53f697a196ec403a4f
parent9f7ba679ace5bc15f78db1ea8284677c0bf1a110
Remove isc_task_purge() and isc_task_purgerange()

The isc_task_purge() and isc_task_purgerange() were now unused, so sweep
the task.c file.  Additionally remove unused ISC_EVENTATTR_NOPURGE event
attribute.
lib/isc/include/isc/event.h
lib/isc/include/isc/task.h
lib/isc/task.c
lib/isc/tests/task_test.c
lib/isc/timer.c