]> git.tuebingen.mpg.de Git - dss.git/commitdiff
gcc-compat.h: Remove _static_inline_ macro.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Nov 2017 00:52:03 +0000 (01:52 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 14 Nov 2017 03:26:05 +0000 (04:26 +0100)
The only purpose of this macro is to have a way to include static
inline functions into the doxygen source code documentation (but omit
normal static functions in .c files).  Since dss does not use doxygen,
the macro is pointless.

Remove the equally pointless documentation of dss_rename(), one
of the two users of _static_inline_, while converting it to plain
static inline.


No differences found