summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-02-07 23:04:00 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-02-07 23:04:00 +0000
commit3baf795c17a0a2199eb7e8b621dac7144b725c17 (patch)
tree695c64e70f287101c181023aee0310c71600578a /ext/tidy/php_tidy.h
parentaa6cb1055b0fd0f1e165cea038b1f4d2d99a4816 (diff)
downloadphp-git-3baf795c17a0a2199eb7e8b621dac7144b725c17.tar.gz
Get rid of more useless RINIT/RSHUTDOWN calls
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r--ext/tidy/php_tidy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h
index c6db213256..234bb13fdd 100644
--- a/ext/tidy/php_tidy.h
+++ b/ext/tidy/php_tidy.h
@@ -42,7 +42,6 @@ extern zend_module_entry tidy_module_entry;
PHP_MINIT_FUNCTION(tidy);
PHP_MSHUTDOWN_FUNCTION(tidy);
PHP_RINIT_FUNCTION(tidy);
-PHP_RSHUTDOWN_FUNCTION(tidy);
PHP_MINFO_FUNCTION(tidy);
PHP_FUNCTION(tidy_getopt);