From 3821f0c45acc490e6b5d80494f74798049e9cd15 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 28 May 2007 23:33:13 +0000 Subject: MFB --- ext/sqlite/php_sqlite.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/sqlite/php_sqlite.h') diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 0deb5c407b..db9ad1da4c 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); -- cgit v1.2.1