summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/staticmethods.cxx
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2019-03-24 16:53:37 +0300
committerStephan Bergmann <sbergman@redhat.com>2019-03-24 18:52:22 +0100
commitaf19a3cc6aa352643d4f728e722945903a5556b3 (patch)
tree8bc62b9d6cc514e41b863f9106e2371381a688eb /compilerplugins/clang/staticmethods.cxx
parent87f262dadbbdc1808c5e617003d125ee8df0c501 (diff)
Resolves: tdf#122114 remove support for ~/.recently-used file
Change-Id: Ie91f0bf21e6f5c3f7a7aa4ae3d1dff6cc8e15a86 Reviewed-on: https://gerrit.libreoffice.org/69597 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins/clang/staticmethods.cxx')
-rw-r--r--compilerplugins/clang/staticmethods.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx
index 157c2190a3ec..bc37189eb64b 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -109,12 +109,6 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
if (cdc.Class("BitmapInfoAccess").GlobalNamespace()) {
return true;
}
- // in this case, the code is taking the address of the member function
- // shell/source/unix/sysshell/recently_used_file_handler.cxx
- if (cdc.Struct("recently_used_item").AnonymousNamespace().GlobalNamespace())
- {
- return true;
- }
// the unotools and svl config code stuff is doing weird stuff with a reference-counted statically allocated pImpl class
if (loplugin::hasPathnamePrefix(aFilename, SRCDIR "/include/unotools/")) {
return true;