From 9cb3cdabb04c77418b046404e03116c329dd962e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 31 Dec 2024 14:49:26 -0600 Subject: [PATCH] cleanup --- repertory/librepertory/include/rpc/server/server.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/repertory/librepertory/include/rpc/server/server.hpp b/repertory/librepertory/include/rpc/server/server.hpp index 87ca6ab6..c8e82912 100644 --- a/repertory/librepertory/include/rpc/server/server.hpp +++ b/repertory/librepertory/include/rpc/server/server.hpp @@ -41,9 +41,6 @@ private: std::atomic started_ = false; private: - // [[nodiscard]] bool check_authorization(const httpserver::http_request - // &request); - [[nodiscard]] auto check_authorization(const httplib::Request &req) -> bool; void handle_get_config(const httplib::Request &req, httplib::Response &res);