diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2019-03-24 16:53:37 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-24 18:52:22 +0100 |
commit | af19a3cc6aa352643d4f728e722945903a5556b3 (patch) | |
tree | 8bc62b9d6cc514e41b863f9106e2371381a688eb /compilerplugins/clang/store | |
parent | 87f262dadbbdc1808c5e617003d125ee8df0c501 (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/store')
-rw-r--r-- | compilerplugins/clang/store/constantfunction.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compilerplugins/clang/store/constantfunction.cxx b/compilerplugins/clang/store/constantfunction.cxx index b2be6b90532d..a1b795d63ea7 100644 --- a/compilerplugins/clang/store/constantfunction.cxx +++ b/compilerplugins/clang/store/constantfunction.cxx @@ -171,10 +171,6 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) { if (aFunctionName == "osl_thread_priority_init_Impl") { return true; } - // a pointer to this function is taken and passed to an underlying API, shell/source/unix/sysshell/recently_used_file_handler.cxx - if (aFunctionName == "(anonymous namespace)::recently_used_item::set_nothing") { - return true; - } // a pointer to this function is taken and passed to an underlying API, cppu/source/uno/lbenv.cxx if (aFunctionName == "defenv_dispose") { return true; |