cvs: ZendEngine2(PHP_5_3) / zend_compile.c
[email protected] ("Ilia Alshanetsky")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsiliaa1206476344@cvsserver> |
iliaa Tue Mar 25 20:19:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_compile.c
Log:
Removed unused variable
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.41.2.55&r2=1.647.2.27.2.41.2.56&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.55 ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.56
--- ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.55 Tue Mar 25 18:08:37 2008
+++ ZendEngine2/zend_compile.c Tue Mar 25 20:19:04 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.55 2008/03/25 18:08:37 felipe Exp $ */
+/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.56 2008/03/25 20:19:04 iliaa Exp $ */
#include <zend_language_parser.h>
#include "zend.h"
@@ -4677,8 +4677,6 @@
void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC) /* {{{ */
{
- int len;
-
if (prefix) {
*result = *prefix;
if (Z_TYPE(result->u.constant) == IS_STRING &&