summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-29 09:48:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-29 16:16:04 +0200
commit153d9483c1e9ec3722447a2b43c43ec1b32193d6 (patch)
tree39cf74e56f3a1a52b21bfc95e04758d26396abb9 /compilerplugins
parentb1dc1c740e37639bb309f4aa6a1c2567f99083fc (diff)
replace and drop SvtPrintWarningOptions
Change-Id: I17fd4156eb940fbdc925d9761301096e5349135f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99674 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 cc166ab0eb2e..484cab088843 100644
--- a/compilerplugins/clang/unusedvariablemore.cxx
+++ b/compilerplugins/clang/unusedvariablemore.cxx
@@ -175,8 +175,6 @@ bool UnusedVariableMore::VisitVarDecl(VarDecl const* var)
return true;
if (dc.Class("SvtPathOptions").GlobalNamespace())
return true;
- if (dc.Class("SvtPrintWarningOptions").GlobalNamespace())
- return true;
if (dc.Class("SvtSysLocaleOptions").GlobalNamespace())
return true;