From e87224d0ceecbdeb52bd8c82b0c363efd68ccec5 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 22 Apr 2022 13:48:30 +0200 Subject: [PATCH] #687 Compilation fix after rebase --- src/lib/http/request.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/lib/http/request.h b/src/lib/http/request.h index 4dc2280fe2..048fde8db9 100644 --- a/src/lib/http/request.h +++ b/src/lib/http/request.h @@ -175,20 +175,6 @@ public: /// Access control parameters: get/set methods. - /// @brief Returns recorded remote address. - /// - /// @return recorded remote address in textual form. - std::string getRemote() const { - return (remote_); - } - - /// @brief Set (record) remote address. - /// - /// @param remote the remote address in textual form. - void setRemote(const std::string& remote) { - remote_ = remote; - } - /// @brief Returns recorded TLS usage. /// /// @return recorded TLS usage.