bind9/doc
Ondřej Surý b624be2544 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 09:37:18 +01:00
..
arm Set up release notes for BIND 9.16.28 2022-03-17 00:19:11 +01:00
design Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
dev Remove use of the inline keyword used as suggestion to compiler 2022-03-25 09:37:18 +01:00
dnssec-guide Fix typo in DNSSEC guide parental-agents example 2022-02-22 14:07:30 +01:00
doxygen Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
man Refer to RFC 4592 for DNS wildcards 2022-03-10 21:58:36 +01:00
misc Remove rfc-compliance list in plaintext - ARM deduplication 2022-02-14 12:23:39 +01:00
notes Add CHANGES and release note for [GL #3200] 2022-03-17 16:07:52 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00