From 47bf12afa00a528128ee702c30d9c41b57de02af Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 28 Mar 2014 14:54:59 +0000 Subject: coverity#1078520 Logically dead code Change-Id: I91ff819bbbca9f74236bcec725b98f8065a84a50 --- sot/source/sdstor/storage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 2f5c915c7e2a..5f18003b104a 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -387,7 +387,7 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, StreamMode nMode, Storage } else { - m_pOwnStg = new Storage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? false : true ); + m_pOwnStg = new Storage( m_aName, nMode, false ); SetError( ERRCODE_IO_NOTSUPPORTED ); } } -- cgit