diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-14 15:20:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-14 15:23:22 +0100 |
commit | ba6714d34f9896195bca3680da89febcf259e421 (patch) | |
tree | 406d030c23ad91c4a1fc7fe3cde74a5c9e2f09b4 /cppu/source | |
parent | 467ac438a3864b3f10ca2f14ed7c5497cf75e4de (diff) |
Dead code
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/threadpool/current.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index 87b8c415d98c..ce92209cf45e 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; |