Remove unnecessary assignment to ast->body.line_count
This patch removes a code that assigns -1 to ast->body.line_count because, at least as of now, it looks not necessary. I made this commit atomically revertable if I was wrong.
-1
ast->body.line_count
Remove unnecessary assignment to ast->body.line_count
This patch removes a code that assigns
-1
toast->body.line_count
because, at least as of now, it looks not necessary.I made this commit atomically revertable if I was wrong.
Relevant commits¶