From 7a09e3d0815cc09268f251f52fa79c6e3b999eb4 Mon Sep 17 00:00:00 2001 From: junmin kim Date: Mon, 18 Sep 2017 19:59:37 -0700 Subject: [PATCH] Remove duplicated debug macro --- os/include/debug.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/os/include/debug.h b/os/include/debug.h index 70fb8df..36920c6 100644 --- a/os/include/debug.h +++ b/os/include/debug.h @@ -1007,30 +1007,6 @@ Once LOGM is approved, each module should have its own index #endif #endif /* CONFIG_CPP_HAVE_VARARGS */ -#ifdef CONFIG_DEBUG_AUDIO_ERROR -#define auddbg dbg -#define audlldbg lldbg -#else -#define auddbg(...) -#define audlldbg(...) -#endif - -#ifdef CONFIG_DEBUG_AUDIO_WARN -#define audwdbg wdbg -#define audllwdbg llwdbg -#else -#define audwdbg(...) -#define audllwdbg(...) -#endif - -#ifdef CONFIG_DEBUG_AUDIO_INFO -#define audvdbg vdbg -#define audllvdbg llvdbg -#else -#define audvdbg(...) -#define audllvdbg(...) -#endif - /* Buffer dumping macros do not depend on varargs */ #ifdef CONFIG_DEBUG -- 2.7.4