remove __cplusplus guards in .c files

Change-Id: Ie25b83a42d3ca35c3a6d624ef01f425a85957d7f
This commit is contained in:
Caoruihong
2021-04-19 18:19:28 +08:00
parent f278a00483
commit 3cea0e42b1
631 changed files with 0 additions and 5947 deletions
-10
View File
@@ -33,11 +33,6 @@
#include "los_task.h"
#include "los_debug.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
#if (LOSCFG_BACKTRACE_TYPE != 0)
#if (LOSCFG_BACKTRACE_TYPE == 1)
@@ -304,9 +299,4 @@ VOID LOS_BackTraceInit(VOID)
}
#endif
#ifdef __cplusplus
#if __cplusplus
}
#endif /* __cplusplus */
#endif /* __cplusplus */