!187 fix: delete unused code

Merge pull request !187 from MGY917/citu_clean_release
This commit is contained in:
openharmony_ci 2021-06-17 13:34:00 +08:00 committed by Gitee
commit 2a307e190c
2 changed files with 0 additions and 11 deletions

View File

@ -52,9 +52,6 @@
#error "Please use ARM Compiler Toolchain V4.0.677 or later!"
#endif
/* intrinsic void __enable_irq(); */
/* intrinsic void __disable_irq(); */
/** \brief Get Control Register
This function returns the content of the Control Register.

View File

@ -192,14 +192,6 @@ LITE_OS_SEC_TEXT_INIT UINT32 LOS_KernelInit(VOID)
}
#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)
OsExcMsgDumpInit();
#endif