mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
remove some dead code
This commit is contained in:
parent
cfdb7fb4ad
commit
e0aa405e76
1 changed files with 0 additions and 12 deletions
|
@ -2490,16 +2490,6 @@ Cmd_Threadstats_f (void)
|
|||
Sys_Printf("%li\n", t->id);
|
||||
}
|
||||
|
||||
/* Prints hash statistsics */
|
||||
void
|
||||
Cmd_Hash_Stats_f (void)
|
||||
{
|
||||
Sys_Printf ("alias hash table:\n");
|
||||
Hash_Stats (cmd_alias_hash);
|
||||
Sys_Printf ("command hash table:\n");
|
||||
Hash_Stats (cmd_hash);
|
||||
}
|
||||
|
||||
/*
|
||||
Cmd_Init_Hash
|
||||
|
||||
|
@ -2559,8 +2549,6 @@ Cmd_Init (void)
|
|||
Cmd_AddCommand ("killthread", Cmd_Killthread_f, "Kills thread with id $1");
|
||||
Cmd_AddCommand ("threadstats", Cmd_Threadstats_f, "Shows statistics about threads");
|
||||
|
||||
//Cmd_AddCommand ("cmd_hash_stats", Cmd_Hash_Stats_f, "Display statistics "
|
||||
// "alias and command hash tables");
|
||||
cmd_warncmd = Cvar_Get ("cmd_warncmd", "0", CVAR_NONE, NULL, "Toggles the "
|
||||
"display of error messages for unknown commands");
|
||||
cmd_maxloop = Cvar_Get ("cmd_maxloop", "0", CVAR_NONE, NULL, "Controls the "
|
||||
|
|
Loading…
Reference in a new issue