diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-18 15:53:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-22 08:13:45 +0200 |
commit | db90e072fa0d0fe6514361cc50273aaa47563478 (patch) | |
tree | 3155f72e2285b478609159acbbbb4ca941a0392c /compilerplugins | |
parent | 964ffdc0687c14f9a90105dab4ffdf5eb09b6231 (diff) |
loplugin:virtualdead unused params in OCacheSet
these methods do nothing except forward to their similar named variants,
so just remove them
Change-Id: I28d31bbe2c1e39fe5a9c2d7eaa9e14006213ab27
Reviewed-on: https://gerrit.libreoffice.org/81247
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/virtualdead.unusedparams.results | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compilerplugins/clang/virtualdead.unusedparams.results b/compilerplugins/clang/virtualdead.unusedparams.results index 99806442c261..fda3eaf9f698 100644 --- a/compilerplugins/clang/virtualdead.unusedparams.results +++ b/compilerplugins/clang/virtualdead.unusedparams.results @@ -37,15 +37,6 @@ chart2/source/controller/dialogs/ChangingResource.hxx:30 chart2/source/controller/dialogs/ChartTypeDialogController.hxx:105 void chart::ChartTypeDialogController::fillExtraControls(const class chart::ChartTypeParameter &,const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,)const 011 -dbaccess/source/core/api/CacheSet.hxx:174 - _Bool dbaccess::OCacheSet::previous_checked(_Bool,) - 0 -dbaccess/source/core/api/CacheSet.hxx:175 - _Bool dbaccess::OCacheSet::absolute_checked(int,_Bool,) - 10 -dbaccess/source/core/api/CacheSet.hxx:176 - _Bool dbaccess::OCacheSet::last_checked(_Bool,) - 0 desktop/source/deployment/registry/inc/dp_backend.h:84 void dp_registry::backend::Package::processPackage_(class osl::ResettableGuard<class osl::Mutex> &,_Bool,_Bool,const class rtl::Reference<class dp_misc::AbortChannel> &,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XCommandEnvironment> &,) 01111 |