TSG-1531 调用 Maat_clean_status 释放资源;删除重复的代码文件

This commit is contained in:
luwenpeng
2020-06-24 11:00:59 +08:00
parent cd26e3e6c1
commit b4683daf32
3 changed files with 3 additions and 178 deletions

View File

@@ -1,10 +0,0 @@
#pragma once
enum RESOURCE_TYPE
{
STATIC_MAAT,
DYNAMINC_MAAT,
};
int tfe_bussiness_resouce_init();
void *tfe_bussiness_resouce_get(enum RESOURCE_TYPE type);