chiark / gitweb /
journald: don't specify inline in local functions
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Feb 2015 11:32:54 +0000 (12:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Feb 2015 11:34:11 +0000 (12:34 +0100)
commit2a560338c471f47ca0caf6f1ec8c54a61e005d7f
tree6deb549540102f56daf1ea7c9d2fcf58322d2cd9
parent5b99bc57f27c0beb37e3d56edbaf70eb1a276531
journald: don't specify inline in local functions

Leave it to the compiler to figure out whether it shall inline stuff or
not.

Only place where using static inline is OK to use is in in header
files, really.
src/journal/journal-file.c