summaryrefslogtreecommitdiff
path: root/ext/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp')
-rw-r--r--ext/gmp/gmp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c
index 14dc52dc3e..c3de64d5f6 100644
--- a/ext/gmp/gmp.c
+++ b/ext/gmp/gmp.c
@@ -424,10 +424,6 @@ ZEND_MODULE_INFO_D(gmp)
php_info_print_table_start();
php_info_print_table_row(2, "gmp support", "enabled");
php_info_print_table_end();
-
- /* Remove comments if you have entries in php.ini
- DISPLAY_INI_ENTRIES();
- */
}
/* }}} */