diff options
Diffstat (limited to 'ext/mbstring/php_unicode.c')
-rw-r--r-- | ext/mbstring/php_unicode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c index c96d9b7180..d0cf9f55e5 100644 --- a/ext/mbstring/php_unicode.c +++ b/ext/mbstring/php_unicode.c @@ -30,8 +30,6 @@ #include "php.h" -#ifdef HAVE_MBSTRING - /* include case folding data generated from the official UnicodeData.txt file */ #include "mbstring.h" #include "php_unicode.h" @@ -440,6 +438,3 @@ MBSTRING_API char *php_unicode_convert_case( *ret_len = result.len; return (char *) result.val; } - - -#endif /* HAVE_MBSTRING */ |