summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang')
-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 cc166ab0eb2e7..484cab0888435 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;