remove unnecessary extern "C"

Signed-off-by: songxiaoli4790 <songxiaoli4790@liuxiuhai.cn>
This commit is contained in:
songxiaoli4790
2022-08-12 00:54:29 +08:00
parent ae692bfbc4
commit 0af2577498
22 changed files with 0 additions and 267 deletions
-12
View File
@@ -32,12 +32,6 @@
#include "los_trace_pri.h"
#include "trace_pipeline.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
#if (LOSCFG_RECORDER_MODE_ONLINE == 1)
UINT32 OsTraceGetMaskTid(UINT32 taskId)
{
@@ -105,9 +99,3 @@ OfflineHead *OsTraceRecordGet(VOID)
}
#endif /* LOSCFG_RECORDER_MODE_ONLINE == 1 */
#ifdef __cplusplus
#if __cplusplus
}
#endif /* __cplusplus */
#endif /* __cplusplus */