diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-29 09:48:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-29 16:16:04 +0200 |
commit | 153d9483c1e9ec3722447a2b43c43ec1b32193d6 (patch) | |
tree | 39cf74e56f3a1a52b21bfc95e04758d26396abb9 /compilerplugins/clang | |
parent | b1dc1c740e37639bb309f4aa6a1c2567f99083fc (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/clang')
-rw-r--r-- | compilerplugins/clang/unusedvariablemore.cxx | 2 |
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; |