From fab70c738d98a1231286bc0889790d9af43e169f Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek Date: Thu, 31 Dec 2020 19:21:25 +0800 Subject: [PATCH] Remove redundant extern SystemInit Signed-off-by: Zbigniew Bodek Change-Id: I3c93fd703eb184d946f25a7f6be3c70124b469c1 --- kernel/common/los_config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/common/los_config.c b/kernel/common/los_config.c index a9b78390..f851a7cd 100644 --- a/kernel/common/los_config.c +++ b/kernel/common/los_config.c @@ -130,7 +130,6 @@ extern "C" { #endif /* __cplusplus */ extern UINT32 OsSystemInit(VOID); -extern VOID SystemInit(VOID); VOID __attribute__((weak)) SystemInit(VOID) {