Remove deprecated code

This commit is contained in:
xia-chu
2024-03-22 20:35:11 +08:00
committed by 夏楚
parent cfac61e55b
commit e972ec5a22
5 changed files with 2 additions and 80 deletions

View File

@@ -44,7 +44,6 @@ public:
void onRecv(const toolkit::Buffer::Ptr &) override;
void onError(const toolkit::SockException &err) override;
void onManager() override;
[[deprecated]] static std::string urlDecode(const std::string &str);
static std::string urlDecodePath(const std::string &str);
static std::string urlDecodeComponent(const std::string &str);
void setTimeoutSec(size_t second);