aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/timedated-fixture.h2
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; }
};