diff options
| author | David Lamparter <equinox@diac24.net> | 2019-11-27 21:49:00 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-12-14 12:41:19 +0100 |
| commit | eb51bb9b1fa2fbb339c583cb5b479246b0821dcc (patch) | |
| tree | 5124272233040bf909cbd3d5e58832a72107d558 /lib/systemd.c | |
| parent | 25d86233403523c3c03ecc5bc1450c6da37fc6cc (diff) | |
lib: random unused bits cleanup
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/systemd.c')
| -rw-r--r-- | lib/systemd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systemd.c b/lib/systemd.c index 16fbbff380..81b0400ab9 100644 --- a/lib/systemd.c +++ b/lib/systemd.c @@ -32,7 +32,7 @@ * Wrapper this silliness if we * don't have systemd */ -void systemd_send_information(const char *info) +static void systemd_send_information(const char *info) { #if defined HAVE_SYSTEMD sd_notify(0, info); |
