From 29b4c77922acd249065b7a2adf9d9cfb965b4674 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Mar 2024 19:32:15 -0700 Subject: [PATCH] Cleanup --- runtime.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime.c b/runtime.c index 59143b47..b3023299 100644 --- a/runtime.c +++ b/runtime.c @@ -7931,9 +7931,6 @@ static void _read_return_number(void *data, port_type * p, int base, int exact) */ static void _read_return_complex_number(void *data, port_type * p, int len) { -// TODO: return complex num, see _read_return_number for possible template -// probably want to have that function extract/identify the real/imaginary components. -// can just scan the buffer and read out start/end index of each number. int i; make_empty_vector(vec); make_string(str, p->tok_buf);