diff options
author | Andrey Hristov <andrey@php.net> | 1999-06-28 13:39:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-06-28 13:39:52 +0000 |
commit | db400222ffe49b7244e181f5d5ad2f0ec95b2686 (patch) | |
tree | 98d361935b034f2ca3a700bc58a7ea24a447e0a1 /ext | |
parent | 650986c8d1f1cb03394e23c663451292867ab053 (diff) | |
download | php-git-db400222ffe49b7244e181f5d5ad2f0ec95b2686.tar.gz |
*** empty log message ***
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/basic_functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 6c044e9a42..78a04d8b51 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2681,7 +2681,6 @@ PHP_FUNCTION(array_splice) { zval **args, /* Function arguments array */ *array; /* Input array */ - HashTable *removed = NULL, /* Hash for removed elements */ *new_hash = NULL; /* Output array's hash */ int argc, /* Number of function arguments */ offset, |