Remove unused code

Removed functions that print to stdout.
This commit is contained in:
Markus Mäkelä
2018-07-25 09:34:06 +03:00
parent efd953c434
commit 5c4fe263ba
2 changed files with 0 additions and 67 deletions

View File

@ -206,10 +206,4 @@ void service_replace_parameter(SERVICE *service, const char* key, const char* va
*/
void service_set_retry_interval(SERVICE *service, int value);
/**
* Internal debugging diagnostics
*/
void printService(SERVICE *service);
void printAllServices(void);
MXS_END_DECLS