From 6a1ef9d21ef89322cad64b24bd155bcefc7436e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 4 Jul 2019 11:27:29 +0300 Subject: [PATCH] Remove declared but not defined methods Readwritesplit still declared the old methods used to update the configuration data. --- server/modules/routing/readwritesplit/readwritesplit.hh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/modules/routing/readwritesplit/readwritesplit.hh b/server/modules/routing/readwritesplit/readwritesplit.hh index 21ccaecae..25ea1546e 100644 --- a/server/modules/routing/readwritesplit/readwritesplit.hh +++ b/server/modules/routing/readwritesplit/readwritesplit.hh @@ -330,14 +330,6 @@ public: bool configure(MXS_CONFIG_PARAMETER* params); private: - // Update configuration - void store_config(const Config& config); - void update_local_config() const; - Config* get_local_config() const; - - // Called when worker local data needs to be updated - static void update_config(void* data); - SERVICE* m_service; /**< Service where the router belongs*/ mxs::rworker_local m_config; Stats m_stats;