aboutsummaryrefslogtreecommitdiff
path: root/dbd/apr_dbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbd/apr_dbd.c')
-rw-r--r--dbd/apr_dbd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbd/apr_dbd.c b/dbd/apr_dbd.c
index bfa97d9e380a..abf858c95e5b 100644
--- a/dbd/apr_dbd.c
+++ b/dbd/apr_dbd.c
@@ -136,9 +136,6 @@ APU_DECLARE(apr_status_t) apr_dbd_init(apr_pool_t *pool)
#if APU_HAVE_ORACLE
DRIVER_LOAD("oracle", apr_dbd_oracle_driver, pool);
#endif
-#if APU_HAVE_FREETDS
- DRIVER_LOAD("freetds", apr_dbd_freetds_driver, pool);
-#endif
#if APU_HAVE_ODBC
DRIVER_LOAD("odbc", apr_dbd_odbc_driver, pool);
#endif