1
0
forked from Mirror/wren

Remove outdated comment.

This commit is contained in:
Bob Nystrom
2015-03-28 10:19:38 -07:00
parent 07f9d4d2be
commit 37e1e8fe77

View File

@ -655,8 +655,6 @@ static bool runInterpreter(WrenVM* vm)
#if WREN_COMPUTED_GOTO
// Note that the order of instructions here must exacly match the Code enum
// in wren_vm.h or horrendously bad things happen.
static void* dispatchTable[] = {
#define OPCODE(name) &&code_##name,
#include "wren_opcodes.h"