summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r--ext/standard/array.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 69439a7877..f3a7f4de84 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -1767,12 +1767,6 @@ PHP_FUNCTION(extract)
}
symbol_table = zend_rebuild_symbol_table();
-#if 0
- if (!symbol_table) {
- php_error_docref(NULL, E_WARNING, "failed to build symbol table");
- return;
- }
-#endif
/* The array might be stored in a local variable that will be overwritten. To avoid losing the
* reference in that case we work on a copy. */