diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 08:57:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 11:20:17 +0200 |
commit | ad4d09db4a359748f5ecf5e78a3513ef3878e9c1 (patch) | |
tree | 7085515b695ac84b76c59bf7471c53e0b664a1cf /pyuno | |
parent | b3e7d61278701ffcc5330e8d65cf9e78991a1754 (diff) |
clang-tidy:readability-redundant-member-init
Change-Id: Ic5abfe2d047750d8dfd3ae8cc733fa15d34ea505
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121432
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_module.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx index f3c6d92669fb..a5167ef09919 100644 --- a/pyuno/source/module/pyuno_module.cxx +++ b/pyuno/source/module/pyuno_module.cxx @@ -94,7 +94,6 @@ class fillStructState public: fillStructState() : used (PyDict_New()) - , initialised () , nPosConsumed (0) { if ( ! used ) |