From 929c53ab323d17aebae6278228c7a31353a3589e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 28 Mar 2018 10:36:02 +0000 Subject: URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit tests are happy and succeed. --- include/datetime/actions-live.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/datetime/actions-live.h b/include/datetime/actions-live.h index ea27f36..2c348c6 100644 --- a/include/datetime/actions-live.h +++ b/include/datetime/actions-live.h @@ -54,9 +54,7 @@ public: protected: virtual void execute_command(const std::string& command); -#ifdef HAS_URLDISPATCHER virtual void dispatch_url(const std::string& url); -#endif }; } // namespace datetime -- cgit v1.2.3