[Libreoffice-commits] core.git: desktop/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 27 08:39:03 UTC 2019


 desktop/source/deployment/registry/executable/dp_executable.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3a6f270edfffb97763927b2732feacedbdac1e80
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Nov 26 19:42:52 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Nov 27 09:37:35 2019 +0100

    Remove unused BackendImpl::t_string2object
    
    (found by upcoming loplugin:unusedmember)
    
    Change-Id: I466a588837b476c94fb8a0ce926318629d8524dd
    Reviewed-on: https://gerrit.libreoffice.org/83815
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx
index 0ef1d3e2d0a3..660ffc8a43df 100644
--- a/desktop/source/deployment/registry/executable/dp_executable.cxx
+++ b/desktop/source/deployment/registry/executable/dp_executable.cxx
@@ -75,8 +75,6 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
     };
     friend class ExecutablePackageImpl;
 
-    typedef std::unordered_map< OUString, Reference<XInterface> > t_string2object;
-
     // PackageRegistryBackend
     virtual Reference<deployment::XPackage> bindPackage_(
         OUString const & url, OUString const & mediaType, bool bRemoved,


More information about the Libreoffice-commits mailing list