cvs: ZendEngine2(PHP_5_3) / zend_compile.c
[email protected] ("Ilia Alshanetsky")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsiliaa1226448624@cvsserver> |
iliaa Wed Nov 12 00:10:24 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_compile.c
Log:
Removed unused vars
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.41.2.89&r2=1.647.2.27.2.41.2.90&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.89 ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.90
--- ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.89 Tue Nov 11 19:45:26 2008
+++ ZendEngine2/zend_compile.c Wed Nov 12 00:10:24 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.89 2008/11/11 19:45:26 stas Exp $ */
+/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.90 2008/11/12 00:10:24 iliaa Exp $ */
#include <zend_language_parser.h>
#include "zend.h"
@@ -1534,7 +1534,6 @@
{
zend_function *function;
char *lcname;
- int prefix_len = 0;
char *is_compound = memchr(Z_STRVAL(function_name->u.constant), '\\', Z_STRLEN(function_name->u.constant));
zend_resolve_non_class_name(function_name, check_namespace TSRMLS_CC);
@@ -3879,7 +3878,6 @@
int type;
char *compound;
ulong fetch_type = 0;
- int unknown_should_fail = 0;
if (constant_container) {
switch (mode) {