coverity#1078520 Logically dead code

Change-Id: I91ff819bbbca9f74236bcec725b98f8065a84a50
This commit is contained in:
Caolán McNamara
2014-03-28 14:54:59 +00:00
parent d1d05703ac
commit 47bf12afa0

View File

@@ -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 );
}
}