diff --git a/libs/gamecode/engine/pr_opcode.c b/libs/gamecode/engine/pr_opcode.c index f1f65fc80..be987c7e6 100644 --- a/libs/gamecode/engine/pr_opcode.c +++ b/libs/gamecode/engine/pr_opcode.c @@ -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