From 3d411ec522dfb13924da5dadb28883d33f8e5794 Mon Sep 17 00:00:00 2001 From: Pierre-André Jacquod Date: Sun, 4 Sep 2011 21:47:35 +0200 Subject: [cppchecker] unread Variable warning suppressed --- connectivity/source/drivers/dbase/DNoException.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/dbase/DNoException.cxx b/connectivity/source/drivers/dbase/DNoException.cxx index 357b2baad44a..2db5bc8505f5 100644 --- a/connectivity/source/drivers/dbase/DNoException.cxx +++ b/connectivity/source/drivers/dbase/DNoException.cxx @@ -130,7 +130,6 @@ End: sal_Bool ODbaseTable::ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable) { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbase", "Ocke.Janssen@sun.com", "ODbaseTable::ReadMemo" ); - bool bIsText = true; m_pMemoStream->Seek(nBlockNo * m_aMemoHeader.db_size); switch (m_aMemoHeader.db_typ) @@ -173,8 +172,6 @@ sal_Bool ODbaseTable::ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable) { return sal_False; } - - bIsText = sHeader[3] != 0; } else if (((sal_uInt8)sHeader[0]) != 0xFF || ((sal_uInt8)sHeader[1]) != 0xFF || ((sal_uInt8)sHeader[2]) != 0x08) { -- cgit