diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-16 14:11:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-03-16 14:53:44 +0100 |
commit | f416acdc3a142c7bf54ae5ea5d5fdcd690e0e810 (patch) | |
tree | 168df2fbd02dd7d41345b4ed37fb5047a6a52877 /compilerplugins/clang/finalclasses.py | |
parent | 90f25a4ff279aa4561861c313c7c18b9d42777a8 (diff) |
systools is no longer part of the URE interface
...since de030cd7a234fd9191364647deb1a4836ca992cb "gbuild: Remove MSVC 2013
legacy code", so no longer treat it as such in compilerplugins. (Which caused a
few loplugin:includeform and loplugin:nullptr warnings.)
Change-Id: I99b42e76992e31aff56b417c05738d4d29e3faf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112575
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins/clang/finalclasses.py')
-rwxr-xr-x | compilerplugins/clang/finalclasses.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/finalclasses.py b/compilerplugins/clang/finalclasses.py index 8b6f505fdd90..dfaa402f9513 100755 --- a/compilerplugins/clang/finalclasses.py +++ b/compilerplugins/clang/finalclasses.py @@ -54,7 +54,6 @@ for clazz in sorted(definitionSet - inheritFromSet): if file.startswith("include/rtl/"): continue if file.startswith("include/sal/"): continue if file.startswith("include/salhelper/"): continue - if file.startswith("include/systools/"): continue if file.startswith("include/typelib/"): continue if file.startswith("include/uno/"): continue # some kind of template noise |