From ced991b4a0569f52fbae33aa8ce15c9d4ea6bda7 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Fri, 29 Dec 2023 14:39:03 +0800 Subject: TSG-18286 Proxy支持虚拟表表名变更,删除代理本地缓存,删除tsg-http相关配置 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/proxy.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'platform/src/proxy.cpp') 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 #include -#include #include #include #include @@ -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); -- cgit v1.2.3