From 003a5178319c14258dd4ddc0529c321beb308334 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 27 Mar 2014 12:16:08 +0100 Subject: Fixed missing variable declaration when systemd not enabled. Signed-off-by: Alexander Wenzel --- src/daemon/dlt-daemon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c index 38f08c6..5f7d0dd 100644 --- a/src/daemon/dlt-daemon.c +++ b/src/daemon/dlt-daemon.c @@ -604,10 +604,7 @@ int main(int argc, char* argv[]) int dlt_daemon_local_init_p1(DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose) { -#if defined(DLT_SYSTEMD_WATCHDOG_ENABLE) || defined(DLT_SYSTEMD_ENABLE) int ret; -#endif - PRINT_FUNCTION_VERBOSE(verbose); -- cgit v1.2.1