From e7176f8ebf04b9311445e3b5bc3bb645f4b8d948 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Thu, 28 Jul 2022 17:30:08 -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 055a5e32..5f710a4c 100644 --- a/Compiler/src/Compiler.cpp +++ b/Compiler/src/Compiler.cpp @@ -1523,7 +1523,6 @@ struct Compiler CompileError::raise(expr->location, "Exceeded constant limit; simplify the code to compile"); RegScope rs(this); - // unsigned int top = regTop; uint8_t baseReg = allocReg(expr, 2 + expr->expressions.size);