summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index 7450a940ff..52e36c27c9 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -183,8 +183,6 @@ void init_executor(TSRMLS_D)
EG(scope) = NULL;
EG(This) = NULL;
-
- EG(float_separator)[0] = '.';
}
void shutdown_destructors(TSRMLS_D) {