mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Removed unused variables
This commit is contained in:
parent
28459132cb
commit
d69738604f
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue