summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-22 09:58:45 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 10:16:36 +0200
commit1b80ad7246db991596f44ca58c4e4bd1e387e524 (patch)
tree7d9b9422aafb130fd2cbe75fadef21145cfebbd0 /mysqlc
parentd6913850585eae90ea9179129fe7b60a2a4305ad (diff)
loplugin:unusedfields in lingu,lotuswordpro,mysqlc
Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_connection.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index 78ccd0d3d97d..a41f3499cabf 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -104,7 +104,6 @@ namespace connectivity
// of all the Statement objects
// for this Connection
- rtl::OUString m_sUser; // the user name
MysqlCDriver& m_rDriver; // Pointer to the owning driver object
sql::Driver* cppDriver;