connectivity/source/drivers/mysqlc/mysqlc_user.hxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 5d38c698337db2711837c5c703bbec4192d11192 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Dec 4 07:51:22 2023 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Mon Dec 4 08:56:44 2023 +0100 -Werror,-Wunused-private-field Change-Id: I45e52154cede5a4ea3cc1007fa8f1bbf74c4dd3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> 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.