summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c
index 40aae750a5..cb61bec5d7 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;
}