diff options
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 |
