summaryrefslogtreecommitdiffstats
path: root/src/server/Request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Request.hpp')
-rw-r--r--src/server/Request.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/Request.hpp b/src/server/Request.hpp
index 185c250c..da3ebece 100644
--- a/src/server/Request.hpp
+++ b/src/server/Request.hpp
@@ -53,11 +53,6 @@ public:
ClientInterface* client() const { return _client; }
void set_client(ClientInterface* client) { _client = client; }
- void unblock() {
- if (_source)
- _source->unblock();
- }
-
void respond_ok() {
if (_client)
_client->response_ok(_id);