From 677a246366465af96d254b211d56e950f5563d1b Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Fri, 19 Jul 2019 10:08:45 +0900 Subject: lib: Remove else nothing Remove "else nothing" to correct code behavior. Signed-off-by: Saya Sugiura --- src/lib/dlt_user.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/dlt_user.c') diff --git a/src/lib/dlt_user.c b/src/lib/dlt_user.c index d67b005..effb896 100644 --- a/src/lib/dlt_user.c +++ b/src/lib/dlt_user.c @@ -1519,8 +1519,6 @@ DltReturnValue dlt_user_log_write_start_id(DltContext *handle, return DLT_RETURN_WRONG_PARAMETER; else if (ret == DLT_RETURN_LOGGING_DISABLED) return DLT_RETURN_OK; - else - /* Do nothing */ /* initialize values */ if ((dlt_user_log_init(handle, log) < DLT_RETURN_OK) || (dlt_user.dlt_ll_ts == NULL)) -- cgit v1.2.1