diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 10:39:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:06 +0200 |
commit | 79d853e31826c9e8b7e86bf90e5c1f9b7dd0c43a (patch) | |
tree | 1a31680f6666a046ee676040718a37816b4005f4 /sot | |
parent | 8a91528a3e03fe6e2923c33327b687ecf57adb0b (diff) |
StorageMode::DiskspannedMode is effectively unused
Change-Id: I977b0a51a609d3cbc30abd308715f91cad2cfdfa
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 9dd9e32442dd..4d32dc2ca2f3 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -383,10 +383,6 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, StreamMode nMode, Storage } else { - // detect special disk spanned storages - if ( UCBStorage::IsDiskSpannedFile( m_pStorStm ) ) - nStorageMode |= StorageMode::DiskspannedMode; - // UCBStorage always works directly on the UCB content, so discard the stream first DELETEZ( m_pStorStm ); m_pOwnStg = new UCBStorage( m_aName, nMode, !(nStorageMode & StorageMode::Transacted) ); |