diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-05-19 17:58:22 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-05-19 17:58:22 +0000 |
commit | 9db4812366860d36956d58c03df1804e6330f8f1 (patch) | |
tree | d244aa90a41c53f89eff34cebf8217ca89996d44 /ext/sqlite/php_sqlite.h | |
parent | c8a694eb4574e4e7d71d5836b8dc87ee95b6c08b (diff) | |
download | php-git-9db4812366860d36956d58c03df1804e6330f8f1.tar.gz |
Remove pointless RINIT
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index d8af2f2f55..235c58e5d6 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -38,7 +38,6 @@ extern zend_module_entry sqlite_module_entry; PHP_MINIT_FUNCTION(sqlite); PHP_MSHUTDOWN_FUNCTION(sqlite); -PHP_RINIT_FUNCTION(sqlite); PHP_RSHUTDOWN_FUNCTION(sqlite); PHP_MINFO_FUNCTION(sqlite); |