fix MacOSX tinderbox build

This commit is contained in:
Caolán McNamara 2012-02-27 10:50:16 +00:00
parent bb4ceaa4bb
commit 0fcf3e6762

View file

@ -77,10 +77,6 @@ class SwRetrievedInputStreamDataManager
static SwRetrievedInputStreamDataManager& GetManager();
~SwRetrievedInputStreamDataManager()
{
};
tDataKey ReserveData( boost::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > pThreadConsumer );
void PushData( const tDataKey nDataKey,
@ -99,12 +95,6 @@ class SwRetrievedInputStreamDataManager
osl::Mutex maMutex;
std::map< tDataKey, tData > maInputStreamData;
template<typename T, typename Unique> friend class rtl::Static;
SwRetrievedInputStreamDataManager()
{
};
};
#endif