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

@ -1915,16 +1915,6 @@ dprintOneDCB(DCB *pdcb, DCB *dcb)
}
}
/*
* @brief Print DCB list statistics
*
* @param pdcb DCB to print results to
*/
void
dprintDCBList(DCB *pdcb)
{
}
/**
* Diagnostic to print all DCB allocated in the system
*