From b1f8cf37828d5f37527e54774aa4935610aa6325 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Nov 2016 10:57:21 +0200 Subject: loplugin:singlevalfields Change-Id: I65f96d9cd24572c8d0946acf4d2d45eb3db83a76 Reviewed-on: https://gerrit.libreoffice.org/30476 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- mysqlc/source/mysqlc_connection.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'mysqlc/source/mysqlc_connection.hxx') diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx index 50ac3c5ac15d..5f1a6a33beed 100644 --- a/mysqlc/source/mysqlc_connection.hxx +++ b/mysqlc/source/mysqlc_connection.hxx @@ -108,7 +108,6 @@ namespace connectivity sql::Driver* cppDriver; bool m_bClosed; - bool m_bUseCatalog; // should we use the catalog on filebased databases public: sal_Int32 getMysqlVersion() @@ -209,8 +208,6 @@ namespace connectivity inline const ConnectionSettings& getConnectionSettings() const { return m_settings; } rtl::OUString transFormPreparedStatement(const rtl::OUString& _sSQL); - // should we use the catalog on filebased databases - inline bool isCatalogUsed() const { return m_bUseCatalog; } inline const MysqlCDriver& getDriver() const { return m_rDriver;} }; /* OConnection */ -- cgit