summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/omark.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index 989c20894b0f..af6b7d390f3f 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -179,10 +179,7 @@ void OMarkableOutputStream::closeOutput()
MutexGuard guard( m_mutex );
// all marks must be cleared and all
- if( ! m_mapMarks.empty() )
- {
- m_mapMarks.clear();
- }
+ m_mapMarks.clear();
m_nCurrentPos = m_pBuffer->getSize();
checkMarksAndFlush();