summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index c336da544a..89014fecc0 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -151,7 +151,6 @@ struct lconv *localeconv_r(struct lconv *out)
PHP_MINIT_FUNCTION(localeconv)
{
locale_mutex = tsrm_mutex_alloc();
-
return SUCCESS;
}
/* }}} */