Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat.

This commit is contained in:
KimLS
2013-08-29 15:46:40 -07:00
parent 406e2f84eb
commit fcd9b525a8
49 changed files with 23 additions and 866 deletions
-3
View File
@@ -565,9 +565,6 @@ int command_add(const char *command_string, const char *desc, int access, CmdFun
*/
int command_realdispatch(Client *c, const char *message)
{
_ZP(command_realdispatch);
Seperator sep(message, ' ', 10, 100, true); // "three word argument" should be considered 1 arg
command_logcommand(c, message);