From 8049cd7da8812a731230912649168dbe66e72cdf Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 24 Apr 2023 11:21:59 +0000 Subject: [PATCH] 1 --- server/wsproxy/jsondatamgr.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/wsproxy/jsondatamgr.cc b/server/wsproxy/jsondatamgr.cc index c2fab68..526a650 100644 --- a/server/wsproxy/jsondatamgr.cc +++ b/server/wsproxy/jsondatamgr.cc @@ -27,7 +27,6 @@ void JsonDataMgr::Init() std::string wsproxyserver_cluster_json_file; std::string masterserver_cluster_json_file; - std::string routing_tables_json_file; wsproxyserver_cluster_json_file = a8::Format ("%s/node%d/game%d.wsproxy.cluster.json", { @@ -42,11 +41,6 @@ void JsonDataMgr::Init() App::Instance()->GetNodeId(), GAME_ID }); - routing_tables_json_file = a8::Format - ("%s/routing_tables.json", - { - work_path_ - }); wsproxyserver_cluster_json_.ReadFromFile(wsproxyserver_cluster_json_file); masterserver_cluster_json_.ReadFromFile(masterserver_cluster_json_file);