diff options
Diffstat (limited to 'ext/pdo_odbc')
-rw-r--r-- | ext/pdo_odbc/php_pdo_odbc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_odbc/php_pdo_odbc.h b/ext/pdo_odbc/php_pdo_odbc.h index a2c5c36918..88cb4c4975 100644 --- a/ext/pdo_odbc/php_pdo_odbc.h +++ b/ext/pdo_odbc/php_pdo_odbc.h @@ -40,8 +40,6 @@ PHP_RINIT_FUNCTION(pdo_odbc); PHP_RSHUTDOWN_FUNCTION(pdo_odbc); PHP_MINFO_FUNCTION(pdo_odbc); -PHP_FUNCTION(confirm_pdo_odbc_compiled); /* For testing, remove later. */ - /* Declare any global variables you may need between the BEGIN and END macros here: |