From aaea8367940fd496d232005cb3931045bb74d0db Mon Sep 17 00:00:00 2001 From: qicosmos Date: Thu, 26 May 2022 20:02:08 +0800 Subject: [PATCH] clean --- include/rest_rpc/rpc_server.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rest_rpc/rpc_server.h b/include/rest_rpc/rpc_server.h index 361aaba..4e208c2 100644 --- a/include/rest_rpc/rpc_server.h +++ b/include/rest_rpc/rpc_server.h @@ -159,11 +159,6 @@ private: } } - for (auto& item : token_list_) { - if (it->first.find(item) != std::string::npos) { - - } - } it = sub_map_.erase(it); } else { ++it;