mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Put line change back
This commit is contained in:
parent
5408ce8c17
commit
1701b79b54
1 changed files with 0 additions and 3 deletions
3
iseq.c
3
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue