summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.h b/vm.h
index d9fcb50..4af6300 100644
--- a/vm.h
+++ b/vm.h
@@ -32,8 +32,6 @@ Thread thread_new(State *S);
typedef enum {
OP_RET,
OP_LOADK,
- OP_PUTS,
- OP_PRINT,
OP_ADD,
OP_SUB,