staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2011-07-14 18:41:10 -05:00
parent 1bb9d9a9cb
commit 9ab2da3049
1 changed files with 0 additions and 6 deletions

View File

@ -237,8 +237,6 @@ do { if (rt_global_debug_component & component) \
##args);\
}while(0);
#define RTL819x_DEBUG
#ifdef RTL819x_DEBUG
#define assert(expr) \
if (!(expr)) { \
printk( "Assertion failed! %s,%s,%s,line=%d\n", \
@ -258,10 +256,6 @@ do { if (rt_global_debug_component & component) \
printk("\n"); \
} \
} while (0)
#else
#define assert(expr) do {} while (0)
#define RT_DEBUG_DATA(level, data, datalen) do {} while(0)
#endif
typedef struct _rtl_fs_debug
{