mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
doc/developer: remove outdated paragraph
We have `_anywhere` and `_member` now, so this has become outdated. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
627198d18c
commit
99eba3098c
@ -753,10 +753,6 @@ What are the semantics of ``const`` in the container APIs?
|
||||
``const`` pointers to list heads and/or items are interpreted to mean that
|
||||
both the container itself as well as the data items are read-only.
|
||||
|
||||
Why is there no "is this item on a/the list" test?
|
||||
It's slow for several of the data structures, and the work of adding it
|
||||
just hasn't been done. It can certainly be added if it's needed.
|
||||
|
||||
Why is it ``PREDECL`` + ``DECLARE`` instead of ``DECLARE`` + ``DEFINE``?
|
||||
The rule is that a ``DEFINE`` must be in a ``.c`` file, and linked exactly
|
||||
once because it defines some kind of global symbol. This is not the case
|
||||
|
Loading…
Reference in New Issue
Block a user