diff options
-rw-r--r-- | mysqlc/source/mysqlc_driver.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx index 21befa07f0a9..1d35539b665f 100644 --- a/mysqlc/source/mysqlc_driver.cxx +++ b/mysqlc/source/mysqlc_driver.cxx @@ -217,7 +217,6 @@ Reference< XConnection > SAL_CALL MysqlCDriver::connect(const OUString& url, con if ( !cppDriver ) { impl_initCppConn_lck_throw(); - SAL_WARN_IF( !cppDriver, "mysqlc", "MySQLCDriver::connect: internal error." ); if ( !cppDriver ) throw RuntimeException("MySQLCDriver::connect: internal error.", *this ); } |