mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Remove the duplicate line in zend_ast.c
Closes GH-6107.
This commit is contained in:
parent
b89aee4f87
commit
9e3e83459c
@ -164,7 +164,6 @@ ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast
|
||||
lineno = CG(zend_lineno);
|
||||
}
|
||||
ast->lineno = lineno;
|
||||
ast->lineno = lineno;
|
||||
|
||||
return ast;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user