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

Noel Grandin noel at peralex.com
Fri Nov 20 02:44:23 PST 2015


 comphelper/source/container/enumerablemap.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 048f3960846a7b1f6ad57d28cdefb794191068ee
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Nov 20 12:43:26 2015 +0200

    loplugin:unusedfields in comphelper
    
    Change-Id: I2e410c973af2eb443fee8fe787920bf6bc205d95

diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx
index 583a227..b04689f 100644
--- a/comphelper/source/container/enumerablemap.cxx
+++ b/comphelper/source/container/enumerablemap.cxx
@@ -205,9 +205,6 @@ namespace comphelper
     private:
         ::osl::Mutex        m_aMutex;
         MapData             m_aData;
-
-        ::std::vector< css::uno::WeakReference< XInterface > >
-                            m_aDependentComponents;
     };
 
 


More information about the Libreoffice-commits mailing list