diff options
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
-rw-r--r-- | ext/pdo_mysql/pdo_mysql.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index 546514435e..5eedc6bd07 100644 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -229,7 +229,6 @@ const zend_function_entry pdo_mysql_functions[] = { /* }}} */ /* {{{ pdo_mysql_deps[] */ -#if ZEND_MODULE_API_NO >= 20050922 static const zend_module_dep pdo_mysql_deps[] = { ZEND_MOD_REQUIRED("pdo") #ifdef PDO_USE_MYSQLND @@ -237,7 +236,6 @@ static const zend_module_dep pdo_mysql_deps[] = { #endif ZEND_MOD_END }; -#endif /* }}} */ /* {{{ pdo_mysql_module_entry */ |