From 38d40143d72c555c41c1270cb7311818235f6426 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Tue, 26 Jul 2022 22:28:01 -0700 Subject: [PATCH] Remove commented code --- Compiler/src/Compiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Compiler/src/Compiler.cpp b/Compiler/src/Compiler.cpp index 52b841e9..e54fb628 100644 --- a/Compiler/src/Compiler.cpp +++ b/Compiler/src/Compiler.cpp @@ -1526,7 +1526,6 @@ struct Compiler // and it gives the error "missing argument 2". allocReg(expr, 1); - // bytecode.emitABC(LOP_LOADK, target, formatStringIndex, 0); emitLoadK(target, formatStringIndex); uint8_t baseExprReg = allocReg(expr, expr->expressions.size);