remove hb

This commit is contained in:
Liu Jicong 2022-04-25 17:16:28 +08:00
parent 609b21647b
commit 1d22c07188
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ int hbMgrInit() {
hbMgrInitHandle(); hbMgrInitHandle();
// init backgroud thread // init backgroud thread
hbCreateThread(); /*hbCreateThread();*/
return 0; return 0;
} }