diff --git a/sourcepawn/jit/opcodes.h b/sourcepawn/jit/opcodes.h index ac70f4cc..963535ec 100644 --- a/sourcepawn/jit/opcodes.h +++ b/sourcepawn/jit/opcodes.h @@ -35,8 +35,6 @@ #include #include "jit_shared.h" -typedef sp::OPCODE OPCODE; - namespace SourcePawn { void SpewOpcode(const sp_plugin_t *plugin, cell_t *start, cell_t *cip); }