X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhmi-debug.h;h=ea9bae8bd6edc98e6ba5bd6ff0cb9fa218672363;hb=b2c08ec4a30e5acf3cb1851f71bda88bc542f7d1;hp=47ae1f7ae2a6927f0ce59cc0245333a55242eed3;hpb=dd1157b6dc1daf973eeac564736cf408c9f6f7b7;p=apps%2Fhomescreen.git diff --git a/homescreen/src/hmi-debug.h b/homescreen/src/hmi-debug.h index 47ae1f7..ea9bae8 100644 --- a/homescreen/src/hmi-debug.h +++ b/homescreen/src/hmi-debug.h @@ -49,7 +49,6 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c struct timespec tp; uint32_t time; va_list args; - int ret; const int log_level = (getenv("USE_HMI_DEBUG") == NULL) ? LOG_LEVEL_ERROR : atoi(getenv("USE_HMI_DEBUG")); if(log_level < level) {