[PATCH v3 16/43] staging: rtl8723bs: remove unused ASSERT macro

From: Fabio Aiuto
Date: Fri Apr 30 2021 - 10:58:00 EST


remove unused do nothing ASSERT macro definition.

Signed-off-by: Fabio Aiuto <fabioaiuto83@xxxxxxxxx>
---
drivers/staging/rtl8723bs/hal/odm_debug.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm_debug.h b/drivers/staging/rtl8723bs/hal/odm_debug.h
index 8ae9948fb0c6..78b9b4548dcb 100644
--- a/drivers/staging/rtl8723bs/hal/odm_debug.h
+++ b/drivers/staging/rtl8723bs/hal/odm_debug.h
@@ -92,7 +92,6 @@
#define RT_DISP(dbgtype, dbgflag, printstr)

#ifndef ASSERT
- #define ASSERT(expr)
#endif

void ODM_InitDebugSetting(struct dm_odm_t *pDM_Odm);
--
2.20.1