fix: delete unused code
Close #I3VOGX Change-Id: I9e83ddcd304a04d86dabbb6f2a2b7b27c93212bd Signed-off-by: Guangyao Ma <guangyao.ma@outlook.com>
This commit is contained in:
parent
71bb445d77
commit
31efd1ec5d
|
@ -52,9 +52,6 @@
|
||||||
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
|
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* intrinsic void __enable_irq(); */
|
|
||||||
/* intrinsic void __disable_irq(); */
|
|
||||||
|
|
||||||
/** \brief Get Control Register
|
/** \brief Get Control Register
|
||||||
|
|
||||||
This function returns the content of the Control Register.
|
This function returns the content of the Control Register.
|
||||||
|
|
|
@ -192,14 +192,6 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_KernelInit(VOID)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LOSCFG_TEST
|
|
||||||
//ret = los_TestInit();
|
|
||||||
//if (ret != LOS_OK) {
|
|
||||||
// PRINT_ERR("los_TestInit error\n");
|
|
||||||
// return ret;
|
|
||||||
//}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (LOSCFG_PLATFORM_EXC == 1)
|
#if (LOSCFG_PLATFORM_EXC == 1)
|
||||||
OsExcMsgDumpInit();
|
OsExcMsgDumpInit();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue