diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestClient.hpp | 2 |
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) { |