diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-27 16:59:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-28 08:17:33 +0200 |
commit | abee8ffe6494a53b7b584597ef13831518a59d18 (patch) | |
tree | 350f5c180bc7aa1007154876ddf31527206e489c /connectivity | |
parent | 760111784eb014091a445b3c5c2d1ad7b1b1ded7 (diff) |
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>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_driver.hxx | 2 |
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); |