Remove duplicated debug macro
authorjunmin kim <junmindd.kim@samsung.com>
Tue, 19 Sep 2017 02:59:37 +0000 (19:59 -0700)
committerjunmin kim <junmindd.kim@samsung.com>
Tue, 19 Sep 2017 02:59:37 +0000 (19:59 -0700)
os/include/debug.h

index 70fb8df..36920c6 100644 (file)
@@ -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