From 4fe69b0927f4c5d0cb3b3ae4fa64500db22b13d0 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Tue, 6 Dec 2016 16:42:41 +0900 Subject: unix socket: IPC code isolation Signed-off-by: Christoph Lipka Signed-off-by: Vo Trung Chi --- src/daemon/dlt-daemon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/daemon/dlt-daemon.c') diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c index 79b4058..a8404fd 100644 --- a/src/daemon/dlt-daemon.c +++ b/src/daemon/dlt-daemon.c @@ -2763,8 +2763,7 @@ int dlt_daemon_process_user_message_log_shm(DltDaemon *daemon, int verbose) { char local_str[DLT_DAEMON_TEXTBUFSIZE] = { '\0' }; - int j, sent, third_value; - ssize_t ret; + int sent; uint8_t *rcv_buffer = NULL; int size; uint32_t len = sizeof(DltUserHeader); -- cgit v1.2.1