Remove useless maxadmin commands

The commands did nothing.
This commit is contained in:
Markus Mäkelä
2017-02-03 18:02:36 +02:00
parent 9f88ee3eec
commit 869e6ac950
4 changed files with 0 additions and 49 deletions

View File

@ -460,16 +460,6 @@ printAllSessions()
dcb_foreach(printAllSessions_cb, NULL);
}
/*
* @brief Print session list statistics
*
* @param pdcb DCB to print results to
*/
void
dprintSessionList(DCB *pdcb)
{
}
/** Callback for dprintAllSessions */
bool dprintAllSessions_cb(DCB *dcb, void *data)
{