diff options
| author | fengweihao <[email protected]> | 2024-11-27 17:26:57 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-27 17:26:57 +0800 |
| commit | dd4e2e6d66fcd20b29e6733ef2f10d7c1dfad942 (patch) | |
| tree | 8093362484e2deb05c5c1d57f05ef7b457d6cf68 /common/src/tfe_resource.cpp | |
| parent | 43cbb3745f333a83be6123734e0981d548abf771 (diff) | |
TSG-23925 Supports scanning of source_zone and destination_zone, and removes internal and external
Diffstat (limited to 'common/src/tfe_resource.cpp')
| -rw-r--r-- | common/src/tfe_resource.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/src/tfe_resource.cpp b/common/src/tfe_resource.cpp index 881ef1a..381b6c9 100644 --- a/common/src/tfe_resource.cpp +++ b/common/src/tfe_resource.cpp @@ -9,7 +9,6 @@ #define MAAT_INPUT_JSON 0 #define MAAT_INPUT_REDIS 1 -static int scan_table_id[__SCAN_COMMON_TABLE_MAX]; static struct tfe_fieldstat_easy_t *fieldstat4_easy = NULL; static char *device_tag=NULL; @@ -454,7 +453,3 @@ int tfe_env_init() return 0; } -int tfe_bussiness_tableid_get(enum scan_common_table type) -{ - return scan_table_id[type]; -}
\ No newline at end of file |
