summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-03-25 20:19:04 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-03-25 20:19:04 +0000
commit44a6326b157a1f465ac60dd45afdcf2ea1fd3eb0 (patch)
tree2754e6d9e6451cd38efa0bbc6e9086cf7478c3cd
parent5a717e71531eb953083e0806e59ec18b4b7c8eec (diff)
downloadphp-git-44a6326b157a1f465ac60dd45afdcf2ea1fd3eb0.tar.gz
Removed unused variable
-rw-r--r--Zend/zend_compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index a27a12f907..19e1bd7f55 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -4677,8 +4677,6 @@ ZEND_API char* zend_get_compiled_variable_name(zend_op_array *op_array, zend_uin
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 &&