Skip to content

Commit 9e3e834

Browse files
Hailongnikic
authored andcommitted
Remove the duplicate line in zend_ast.c
Closes GH-6107.
1 parent b89aee4 commit 9e3e834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast
164164
lineno = CG(zend_lineno);
165165
}
166166
ast->lineno = lineno;
167-
ast->lineno = lineno;
168167

169168
return ast;
170169
}

0 commit comments

Comments
 (0)