summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-13 12:10:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-13 16:50:38 +0100
commit119044e8c9e13dcdc0d5d1e080c8f168446c48f4 (patch)
treeb4a7ce2fc763a5fc01f977c2d06deb72a95109d9 /compilerplugins
parent43b068aade8c1eedbfd0fa4f4c50bfd5bdc9b823 (diff)
drop workben outdevgrind
Change-Id: I94978f84b45daec9ba7e782087e45182def234d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88601 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedvariablemore.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/unusedvariablemore.cxx b/compilerplugins/clang/unusedvariablemore.cxx
index d4b5e40c3e1f..ba137199ef4c 100644
--- a/compilerplugins/clang/unusedvariablemore.cxx
+++ b/compilerplugins/clang/unusedvariablemore.cxx
@@ -79,8 +79,6 @@ void UnusedVariableMore::run()
return;
if (fn == SRCDIR "/i18nlangtag/source/languagetag/languagetag.cxx")
return;
- if (fn == SRCDIR "/vcl/workben/outdevgrind.cxx")
- return;
// unordered_set of Reference to delay destruction
if (fn == SRCDIR "/stoc/source/servicemanager/servicemanager.cxx")
return;