bind9/doc
Ondřej Surý 5e19bbb48a Remove use of the inline keyword used as suggestion to compiler
Historically, the inline keyword was a strong suggestion to the compiler
that it should inline the function marked inline.  As compilers became
better at optimising, this functionality has receded, and using inline
as a suggestion to inline a function is obsolete.  The compiler will
happily ignore it and inline something else entirely if it finds that's
a better optimisation.

Therefore, remove all the occurences of the inline keyword with static
functions inside single compilation unit and leave the decision whether
to inline a function or not entirely on the compiler

NOTE: We keep the usage the inline keyword when the purpose is to change
the linkage behaviour.

(cherry picked from commit 20f0936cf2)
2022-03-25 08:42:18 +01:00
..
arm Set up release notes for BIND 9.18.2 2022-03-16 23:18:18 +01:00
design Drop documents that have been folded into doc/dev/dev.md 2022-03-10 14:53:21 +00:00
dev Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
dnssec-guide Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
doxygen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
man Fix named.conf man page documentation 2022-03-15 14:15:26 +01:00
misc Fix named.conf man page documentation 2022-03-15 14:15:26 +01:00
notes Set up release notes for BIND 9.18.2 2022-03-16 23:18:18 +01:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00