summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/pdo_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_odbc/pdo_odbc.c')
-rw-r--r--ext/pdo_odbc/pdo_odbc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c
index 04326a4a87..0c76ccc25e 100644
--- a/ext/pdo_odbc/pdo_odbc.c
+++ b/ext/pdo_odbc/pdo_odbc.c
@@ -37,12 +37,10 @@ const zend_function_entry pdo_odbc_functions[] = {
/* }}} */
/* {{{ pdo_odbc_deps[] */
-#if ZEND_MODULE_API_NO >= 20050922
static const zend_module_dep pdo_odbc_deps[] = {
ZEND_MOD_REQUIRED("pdo")
ZEND_MOD_END
};
-#endif
/* }}} */
/* {{{ pdo_odbc_module_entry */