summaryrefslogtreecommitdiff
path: root/platform/src/proxy.cpp
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-29 14:39:03 +0800
committerfengweihao <[email protected]>2023-12-29 14:39:03 +0800
commitced991b4a0569f52fbae33aa8ce15c9d4ea6bda7 (patch)
treef28257f66772f6dcdf130d82272054dddfe6dc59 /platform/src/proxy.cpp
parentb011a9268042db22cc54ca8171640dbfb2ab617c (diff)
TSG-18286 Proxy支持虚拟表表名变更,删除代理本地缓存,删除tsg-http相关配置v4.8.56-20231229
Diffstat (limited to 'platform/src/proxy.cpp')
-rw-r--r--platform/src/proxy.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp
index 32117c8..11d5cb4 100644
--- a/platform/src/proxy.cpp
+++ b/platform/src/proxy.cpp
@@ -32,7 +32,6 @@
#include <MESA/MESA_prof_load.h>
#include <MESA/field_stat2.h>
-#include <tango_cache_client.h>
#include <tfe_utils.h>
#include <tfe_future.h>
#include <tfe_stream.h>
@@ -651,8 +650,6 @@ int main(int argc, char * argv[])
FS_library_init();
future_promise_library_init(future_profile);
- tango_cache_global_init();
-
/* CONFIG */
ret = tfe_proxy_config(g_default_proxy, main_profile);
CHECK_OR_EXIT(ret == 0, "Failed at loading profile %s, Exit.", main_profile);