From 782f4a674c0695a31591afa5cad656a7f8ca737a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 2 Sep 2020 08:55:22 +0100 Subject: drop unused MinimalSystemDependentDataManager MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6e5413bb79acac93abfb8398550c157e7b667a67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101942 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- compilerplugins/clang/unusedfields.writeonly.results | 2 -- compilerplugins/clang/unusedmethods.results | 2 -- 2 files changed, 4 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results index 8c12ff96fbc6..45ba197af1c0 100644 --- a/compilerplugins/clang/unusedfields.writeonly.results +++ b/compilerplugins/clang/unusedfields.writeonly.results @@ -326,8 +326,6 @@ i18nutil/source/utility/paper.cxx:305 paperword string char * include/basegfx/DrawCommands.hxx:81 gfx::LinearGradientInfo maMatrix basegfx::B2DHomMatrix -include/basegfx/utils/systemdependentdata.hxx:59 - basegfx::MinimalSystemDependentDataManager maSystemDependentDataReferences std::set include/basic/basmgr.hxx:56 BasicError nReason enum BasicErrorReason include/basic/sbxvar.hxx:73 diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 333fbb9eebb7..3b45782a7e5c 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -320,8 +320,6 @@ include/basegfx/tuple/b3ituple.hxx:164 _Bool basegfx::B3ITuple::operator!=(const class basegfx::B3ITuple &) const include/basegfx/utils/b2dclipstate.hxx:72 _Bool basegfx::utils::B2DClipState::operator!=(const class basegfx::utils::B2DClipState &) const -include/basegfx/utils/systemdependentdata.hxx:62 - basegfx::MinimalSystemDependentDataManager::MinimalSystemDependentDataManager() include/basegfx/utils/unopolypolygon.hxx:88 const class basegfx::B2DPolyPolygon & basegfx::unotools::UnoPolyPolygon::getPolyPolygonUnsafe() const include/basegfx/vector/b2ivector.hxx:73 -- cgit