From 4c31f2a71170c494330a91231af8d8314ce05989 Mon Sep 17 00:00:00 2001 From: azw Date: Tue, 11 Apr 2023 13:21:29 +0000 Subject: [PATCH] 1 --- server/wsproxy/mastermgr.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/wsproxy/mastermgr.cc b/server/wsproxy/mastermgr.cc index 2bd22e4..ab016d6 100644 --- a/server/wsproxy/mastermgr.cc +++ b/server/wsproxy/mastermgr.cc @@ -96,13 +96,7 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr, std::shared_ptr svr = GetConnById(code % mastersvr_hash_.size() + 1); if (svr) { ++curr_context_id_; - #if 0 - a8::TimerAttacher* timer_attacher = new a8::TimerAttacher(); - #endif f8::MsgHdr* new_hdr = hdr.Clone(); - #if 0 - new_hdr->user_data = timer_attacher; - #endif ss::SS_WSP_RequestTargetServer msg; msg.set_context_id(curr_context_id_);