Skip to content

Commit 4af9bd5

Browse files
committed
Get rid of a breakpoint left in parse.y
1 parent 2e50c07 commit 4af9bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7913,7 +7913,6 @@ parse_string(struct parser_params *p, rb_strterm_literal_t *quote)
79137913
}
79147914
c = nextc(p);
79157915
if ((func & STR_FUNC_QWORDS) && ISSPACE(c)) {
7916-
ruby_debug_breakpoint();
79177916
while (c != '\n' && ISSPACE(c = nextc(p)));
79187917
space = 1;
79197918
}

0 commit comments

Comments
 (0)