summaryrefslogtreecommitdiff
path: root/ext/standard/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/reg.c')
-rw-r--r--ext/standard/reg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/reg.c b/ext/standard/reg.c
index 02e39e401f..0627589bbc 100644
--- a/ext/standard/reg.c
+++ b/ext/standard/reg.c
@@ -98,11 +98,7 @@ PHP_MSHUTDOWN_FUNCTION(regex)
PHP_MINFO_FUNCTION(regex)
{
-#if HSREGEX
php_info_print_table_row(2, "Regex Library", "Bundled library enabled");
-#else
- php_info_print_table_row(2, "Regex Library", "System library enabled");
-#endif
}