summaryrefslogtreecommitdiff
path: root/src/cpu/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/table.h')
-rw-r--r--src/cpu/table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/table.h b/src/cpu/table.h
index e54776d..c8ecb00 100644
--- a/src/cpu/table.h
+++ b/src/cpu/table.h
@@ -8,9 +8,6 @@
#include"string.h"
#include"addressing.h"
-void* InstructionTable;
-
-void (*func)(Addressing, address);
#define InstructionTableSize (256 * (sizeof(uintptr_t) + sizeof(Addressing)))