[Libreoffice-commits] .: cppu/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Mar 14 07:24:30 PDT 2012


 cppu/source/threadpool/current.cxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit ba6714d34f9896195bca3680da89febcf259e421
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 14 15:20:04 2012 +0100

    Dead code

diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx
index 87b8c41..ce92209 100644
--- a/cppu/source/threadpool/current.cxx
+++ b/cppu/source/threadpool/current.cxx
@@ -47,18 +47,6 @@ using namespace ::com::sun::star::uno;
 namespace cppu
 {
 
-//--------------------------------------------------------------------------------------------------
-class SAL_NO_VTABLE XInterface
-{
-public:
-    virtual void SAL_CALL slot_queryInterface() = 0;
-    virtual void SAL_CALL acquire() throw () = 0;
-    virtual void SAL_CALL release() throw () = 0;
-protected:
-    ~XInterface() {}
-        // avoid warnings about virtual members and non-virtual dtor
-};
-//--------------------------------------------------------------------------------------------------
 static typelib_InterfaceTypeDescription * get_type_XCurrentContext()
 {
     static typelib_InterfaceTypeDescription * s_type_XCurrentContext = 0;


More information about the Libreoffice-commits mailing list