diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-06-20 22:39:15 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-06-20 22:39:15 +0000 |
commit | f496f5014a909c02f6e3355df226a8e3ffb36695 (patch) | |
tree | a52251241785d6bcd95e8015ce19f452540bcc77 /ext/tokenizer/php_tokenizer.h | |
parent | b7bca610dd5dfa75879d1b5e1508e03adad124dc (diff) | |
download | php-git-f496f5014a909c02f6e3355df226a8e3ffb36695.tar.gz |
Removed pointless callbacks.
Diffstat (limited to 'ext/tokenizer/php_tokenizer.h')
-rw-r--r-- | ext/tokenizer/php_tokenizer.h | 3 |
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. */ |