From cd0a0923a826754b76743ab4e5014c8cffc02839 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Jan 2026 18:36:07 -0500 Subject: More cleanups and fixes --- src/compile/expressions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compile') diff --git a/src/compile/expressions.c b/src/compile/expressions.c index 638480bd..8230b225 100644 --- a/src/compile/expressions.c +++ b/src/compile/expressions.c @@ -108,7 +108,6 @@ Text_t compile(env_t *env, ast_t *ast) { } case Int: return compile_int(ast); case Num: { - // return Text$from_str(String(hex_double(Match(ast, Num)->n))); Text_t original = Text$from_str(String(string_slice(ast->start, (size_t)(ast->end - ast->start)))); original = Text$replace(original, Text("_"), EMPTY_TEXT); original = Text$replace(original, Text("("), EMPTY_TEXT); -- cgit v1.2.3