summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-07 18:49:01 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-07 18:49:01 -0400
commitb4c0e61aa9a93489ca8d33fda98538aa35786d87 (patch)
treec0dd04ec579b69ee017dec5acc7d561d80fa8777 /src/bytecode.h
parentc3712d416e060d5b9b7fe06f4970adaf73d92bb6 (diff)
downloadcolm-b4c0e61aa9a93489ca8d33fda98538aa35786d87.tar.gz
removed print statements, using only the send statement
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 09f80a28..a88c6eba 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -229,12 +229,6 @@ typedef unsigned char uchar;
#define IN_VECTOR_INSERT_WC 0x85
#define IN_VECTOR_INSERT_BKT 0x86
-#define IN_PRINT 0x87
-#define IN_PRINT_XML_AC 0x88
-#define IN_PRINT_XML 0x89
-#define IN_PRINT_STREAM 0x8a
-#define IN_PRINT_DUMP 0xf6
-
#define IN_TREE_TO_STR_XML 0x6e
#define IN_TREE_TO_STR_XML_AC 0x6f
#define IN_TREE_TO_STR_POSTFIX 0xb6
@@ -247,7 +241,6 @@ typedef unsigned char uchar;
#define IN_YIELD 0x8f
#define IN_HALT 0x8b
-
#define IN_INT_TO_STR 0x97
#define IN_TREE_TO_STR 0x98
#define IN_TREE_TO_STR_TRIM 0x99