From 7ca04cee7a68bcb9a2fdbbf7572cf60b739b1732 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Apr 2011 09:13:17 +0100 Subject: WaE: set but unused in dbgutil mode --- unotools/source/streaming/streamwrap.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'unotools/source/streaming') diff --git a/unotools/source/streaming/streamwrap.cxx b/unotools/source/streaming/streamwrap.cxx index fc29a63bb1ac..812397f63839 100644 --- a/unotools/source/streaming/streamwrap.cxx +++ b/unotools/source/streaming/streamwrap.cxx @@ -116,16 +116,8 @@ void SAL_CALL OInputStreamWrapper::skipBytes(sal_Int32 nBytesToSkip) throw( star ::osl::MutexGuard aGuard( m_aMutex ); checkError(); -#ifdef DBG_UTIL - sal_uInt32 nCurrentPos = m_pSvStream->Tell(); -#endif - m_pSvStream->SeekRel(nBytesToSkip); checkError(); - -#ifdef DBG_UTIL - nCurrentPos = m_pSvStream->Tell(); -#endif } //------------------------------------------------------------------------------ -- cgit v1.2.3