remove ISC_QUEUE as it is no longer used

This commit is contained in:
Evan Hunt
2019-11-05 16:39:58 -08:00
parent 53f0b6c34d
commit b9a5508e52
15 changed files with 9 additions and 338 deletions

View File

@@ -654,10 +654,6 @@ Items can be removed from the list using `ISC_LIST_UNLINK`:
ISC_LIST_UNLINK(foolist, foo, link);
A similar but smaller set of `ISC_QUEUE` macros, including `ISC_QUEUE_PUSH`
and `ISC_QUEUE_POP`, are provided to implement strict FIFO lists, with
built-in fine-grained locking.
#### <a name="names"></a>Names
The `dns_name` API has facilities for processing DNS names and labels,