mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
remove some debug code I accidently committed
This commit is contained in:
parent
e2db0ed434
commit
67fde0c492
1 changed files with 0 additions and 1 deletions
|
@ -250,7 +250,6 @@ PR_Opcode_Init (void)
|
|||
for (op = pr_opcodes; op->name; op++) {
|
||||
Hash_AddElement (opcode_table, op);
|
||||
}
|
||||
Hash_Stats (opcode_table);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue