Remove configuration reloading

Removed the deprecated configuration reloading code. Added a entry into
the release notes that states this and the fact that it was deprecated in
2.2.
This commit is contained in:
Markus Mäkelä
2018-07-09 21:58:40 +03:00
parent 904b7d9d39
commit b320217212
8 changed files with 7 additions and 250 deletions

View File

@ -529,13 +529,6 @@ unsigned int config_nbpolls(void);
*/
unsigned int config_pollsleep(void);
/**
* @brief Reload the configuration
*
* @return True if reloading was successful
*/
bool config_reload(void);
/**
* @brief List all path parameters as JSON
*