Remove declared but not defined methods

Readwritesplit still declared the old methods used to update the
configuration data.
This commit is contained in:
Markus Mäkelä
2019-07-04 11:27:29 +03:00
parent e45dcb6d8a
commit 6a1ef9d21e

View File

@ -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<Config> m_config;
Stats m_stats;