remove __cplusplus guards in .c files

Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
This commit is contained in:
Caoruihong
2021-04-19 18:09:37 +08:00
parent 2da9dfe67f
commit 7e73c929a2
374 changed files with 0 additions and 1065 deletions

10
kernel/base/ipc/los_queue.c Executable file → Normal file
View File

@@ -37,11 +37,6 @@
#include "los_mp.h"
#include "los_percpu_pri.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif /* __cplusplus */
#if (LOSCFG_BASE_IPC_QUEUE == YES)
#if (LOSCFG_BASE_IPC_QUEUE_LIMIT <= 0)
@@ -500,8 +495,3 @@ QUEUE_END:
#endif /* (LOSCFG_BASE_IPC_QUEUE == YES) */
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* __cplusplus */