Skip to content

Commit 44354cf

Browse files
committed
Fix unused curr_time variable with systemd enabled
1 parent 2015ede commit 44354cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/daemon/dlt-daemon.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,9 +4351,6 @@ int dlt_daemon_send_ringbuffer_to_client(DltDaemon *daemon, DltDaemonLocal *daem
43514351
int ret;
43524352
static uint8_t data[DLT_DAEMON_RCVBUFSIZE];
43534353
int length;
4354-
#ifdef DLT_SYSTEMD_WATCHDOG_ENABLE
4355-
uint32_t curr_time = 0U;
4356-
#endif
43574354

43584355
PRINT_FUNCTION_VERBOSE(verbose);
43594356

0 commit comments

Comments
 (0)