From 9e3e83459c96e3108671a030b9b9a6aa0e5b5007 Mon Sep 17 00:00:00 2001 From: Hailong Zhao Date: Wed, 9 Sep 2020 18:34:14 -0400 Subject: [PATCH] Remove the duplicate line in zend_ast.c Closes GH-6107. --- Zend/zend_ast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index 40aae750a5f..cb61bec5d76 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -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; }