summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r--ext/gmp/gmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c
index a5dc03b140..1675093e3f 100644
--- a/ext/gmp/gmp.c
+++ b/ext/gmp/gmp.c
@@ -154,9 +154,6 @@ ZEND_MINIT_FUNCTION(gmp)
*/
ZEND_MSHUTDOWN_FUNCTION(gmp)
{
-/* Remove comments if you have entries in php.ini
- UNREGISTER_INI_ENTRIES();
-*/
return SUCCESS;
}
/* }}} */