summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-08-27 16:59:04 +0200
committerAndras Timar <andras.timar@collabora.com>2018-08-28 20:30:16 +0200
commit756cf8411b6ca233cfed708024be05c8f800a986 (patch)
treedd3b8d02efea00f4cdcc8b69bc7e66d994ded7eb /connectivity
parentcoverity#1438783 Unchecked return value (diff)
downloadcore-756cf8411b6ca233cfed708024be05c8f800a986.tar.gz
core-756cf8411b6ca233cfed708024be05c8f800a986.zip
SYSTEM_MYSQL_CPPCONN is never defined
...since 5061663ce052087c6d5d0910d6f99358e26dbbd1 "drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPP" Change-Id: I2023baf04dfb050833a0032367fc2dc2cfdb9d92 Reviewed-on: https://gerrit.libreoffice.org/59670 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/59717 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysqlc/mysqlc_driver.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_driver.hxx b/connectivity/source/drivers/mysqlc/mysqlc_driver.hxx
index 89c57630823e..d0f7febf8d13 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_driver.hxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_driver.hxx
@@ -54,12 +54,10 @@ protected:
OWeakRefArray m_xConnections; // vector containing a list
// of all the Connection objects
// for this Driver
-#ifndef SYSTEM_MYSQL_CPPCONN
#ifdef BUNDLE_MARIADB
oslModule m_hCConnModule;
bool m_bAttemptedLoadCConn;
#endif
-#endif
public:
explicit MysqlCDriver(const Reference<css::lang::XMultiServiceFactory>& _rxFactory);