summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-14 12:49:34 -0400
committeriamcheeseman <[email protected]>2026-04-14 12:49:34 -0400
commit348009ba1f724c163a9ea3360fc88bdf24f22d8b (patch)
tree4102935b735978ac531ec987cf6c9c996025ab36 /uscript/xbytecode.h
parentcfa04f1cd06a7024aca7dba96f930ba130b0f9b4 (diff)
microscript: remove print statement
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 95f1440..34f7f43 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -32,6 +32,5 @@ BC(CONCAT)
BC(JMP)
BC(FALSEY_JMP)
BC(LOOP)
-BC(PRINT)
BC(CALL)
BC(RET)