From 1701b79b54a067aa4767710fef6559a23573aed4 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Wed, 18 Oct 2023 15:51:30 -0300 Subject: Put line change back --- iseq.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index aa3e367bf0..1513f0c2d4 100644 --- a/iseq.c +++ b/iseq.c @@ -954,8 +954,6 @@ pm_iseq_new_with_opt(pm_scope_node_t scope_node, pm_parser_t *parser, VALUE name if (!option) option = &COMPILE_OPTION_DEFAULT; - /* - * TODO: Fix the below pm_line_column_t start_line_col = pm_newline_list_line_column(&parser->newline_list, scope_node.base.location.start); pm_line_column_t end_line_col = pm_newline_list_line_column(&parser->newline_list, scope_node.base.location.end); @@ -969,7 +967,6 @@ pm_iseq_new_with_opt(pm_scope_node_t scope_node, pm_parser_t *parser, VALUE name .column = (int) end_line_col.column }, }; - */ // TODO: node_id int node_id = -1; -- cgit v1.2.3