From: junmin kim Date: Tue, 19 Sep 2017 02:59:37 +0000 (-0700) Subject: Remove duplicated debug macro X-Git-Tag: 1.1_Public_Release~183^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a09e3d0815cc09268f251f52fa79c6e3b999eb4;p=rtos%2Ftinyara.git Remove duplicated debug macro --- 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