[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 27 06:53:35 UTC 2018


 connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 63f8c506637c910ed1efa572f23ff1af7715e7e3
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 27 08:53:09 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Aug 27 08:53:09 2018 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I8c71fe9a5ae0d228313b6b66752ee93aae72f539

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.hxx b/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.hxx
index 2ed4eca4179b..02e72f98c664 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.hxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.hxx
@@ -39,7 +39,6 @@ class ODatabaseMetaData final : public ODatabaseMetaData_BASE
 {
     OConnection& m_rConnection;
     MYSQL* m_pMySql;
-    rtl::OUString identifier_quote_string;
 
 public:
     const OConnection& getOwnConnection() const { return m_rConnection; }


More information about the Libreoffice-commits mailing list