From 9e87c4ae5776c0a68695071920da91ba66cc4eac Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Thu, 18 Feb 2016 10:37:27 +0100 Subject: [PATCH] base_c: removed redundant assignments --- base_c/src/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/base_c/src/log.c b/base_c/src/log.c index b5b1696..bb7889f 100644 --- a/base_c/src/log.c +++ b/base_c/src/log.c @@ -90,7 +90,6 @@ void embb_log_write_internal( case EMBB_LOG_LEVEL_NONE: default: - log_level_str = " "; break; } #if defined(EMBB_PLATFORM_COMPILER_MSVC) -- libgit2 0.26.0