mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
- Removed unused variables
This commit is contained in:
@@ -5213,8 +5213,6 @@ void zend_release_labels(TSRMLS_D) /* {{{ */
|
||||
|
||||
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) == ZEND_STR_TYPE &&
|
||||
|
||||
@@ -93,8 +93,6 @@ ZEND_API void gc_globals_dtor(TSRMLS_D)
|
||||
|
||||
ZEND_API void gc_reset(TSRMLS_D)
|
||||
{
|
||||
int i;
|
||||
|
||||
GC_G(gc_runs) = 0;
|
||||
GC_G(collected) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user