summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r--tests/TestClient.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index 90fc212b..317ecd97 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -31,8 +31,6 @@ public:
Raul::URI uri() const { return Raul::URI("ingen:testClient"); }
- void set_response_id(int32_t id) override {}
-
void message(const Message& msg) override {
if (const Response* const response = boost::get<Response>(&msg)) {
if (response->status != Status::SUCCESS) {