summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/basic_functions.c1
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,