summaryrefslogtreecommitdiff
path: root/ext/tokenizer/php_tokenizer.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-06-20 22:39:15 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-06-20 22:39:15 +0000
commitf496f5014a909c02f6e3355df226a8e3ffb36695 (patch)
treea52251241785d6bcd95e8015ce19f452540bcc77 /ext/tokenizer/php_tokenizer.h
parentb7bca610dd5dfa75879d1b5e1508e03adad124dc (diff)
downloadphp-git-f496f5014a909c02f6e3355df226a8e3ffb36695.tar.gz
Removed pointless callbacks.
Diffstat (limited to 'ext/tokenizer/php_tokenizer.h')
-rw-r--r--ext/tokenizer/php_tokenizer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h
index 6859152608..c9f2979e11 100644
--- a/ext/tokenizer/php_tokenizer.h
+++ b/ext/tokenizer/php_tokenizer.h
@@ -35,9 +35,6 @@ extern zend_module_entry tokenizer_module_entry;
#endif
PHP_MINIT_FUNCTION(tokenizer);
-PHP_MSHUTDOWN_FUNCTION(tokenizer);
-PHP_RINIT_FUNCTION(tokenizer);
-PHP_RSHUTDOWN_FUNCTION(tokenizer);
PHP_MINFO_FUNCTION(tokenizer);
PHP_FUNCTION(confirm_tokenizer_compiled); /* For testing, remove later. */