diff options
Diffstat (limited to 'tests/timedated-fixture.h')
-rw-r--r-- | tests/timedated-fixture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/timedated-fixture.h b/tests/timedated-fixture.h index 07b3d9f..00269e0 100644 --- a/tests/timedated-fixture.h +++ b/tests/timedated-fixture.h @@ -36,9 +36,7 @@ public: ~MockLiveActions() {} protected: -#ifdef HAS_URLDISPATCHER void dispatch_url(const std::string& url) override { last_url = url; } -#endif void execute_command(const std::string& cmd) override { last_cmd = cmd; } }; |