From 638f480b3533af0d437b509efba3452c004715ad Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Sun, 22 Sep 2019 16:51:07 -0700 Subject: [PATCH] log: remove duplicate log_printk() definition The same function should not be defined in two different headers. Signed-off-by: Andrew Boie --- include/logging/log_core.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/logging/log_core.h b/include/logging/log_core.h index daa84088f33..579e826cec0 100644 --- a/include/logging/log_core.h +++ b/include/logging/log_core.h @@ -505,15 +505,6 @@ void log_hexdump(const char *str, u32_t length, struct log_msg_ids src_level); -/** @brief Format and put string into log message. - * - * @param fmt String to format. - * @param ap Variable list of arguments. - * - * @return Number of bytes processed. - */ -int log_printk(const char *fmt, va_list ap); - /** @brief Process log message synchronously. * * @param src_level Log message details.