diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-04 07:51:22 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-04 08:56:44 +0100 |
commit | 5d38c698337db2711837c5c703bbec4192d11192 (patch) | |
tree | 310e1ff2542af16d303932d48cfd40b8c1f2b3a5 /connectivity | |
parent | 43967453e15e1d054972a7586cfef8f8e0866270 (diff) |
-Werror,-Wunused-private-field
Change-Id: I45e52154cede5a4ea3cc1007fa8f1bbf74c4dd3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160291
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_user.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_user.hxx b/connectivity/source/drivers/mysqlc/mysqlc_user.hxx index f0449836ce6c..6bebbaa64a11 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_user.hxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_user.hxx @@ -21,8 +21,6 @@ class User : public ::connectivity::sdbcx::OUser { css::uno::Reference<css::sdbc::XConnection> m_xConnection; - OUString m_Password; - public: /** * Create a "new" descriptor, which isn't yet in the database. |