bind9/contrib/dlz/modules
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
..
bdbhpt Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
common Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
filesystem Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
include update dlz_minimal.h 2022-01-27 16:18:34 -08:00
ldap complete removal of !PTHREADS code from DLZ modules 2022-01-31 10:37:45 -08:00
mysql Add couple missing braces around single-line statements 2022-03-17 18:29:57 +01:00
mysqldyn Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
perl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
sqlite3 Add couple missing braces around single-line statements 2022-03-17 18:29:57 +01:00
wildcard Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:42:16 +01:00