diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/omark.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 7623392b4277..0c7a821423f4 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -311,8 +311,6 @@ Reference < XConnectable > OMarkableOutputStream::getPredecessor() void OMarkableOutputStream::checkMarksAndFlush() { - map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii; - // find the smallest mark sal_Int32 nNextFound = m_nCurrentPos; for (auto const& mark : m_mapMarks) @@ -731,8 +729,6 @@ Reference< XConnectable > OMarkableInputStream::getPredecessor() void OMarkableInputStream::checkMarksAndFlush() { - map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii; - // find the smallest mark sal_Int32 nNextFound = m_nCurrentPos; for (auto const& mark : m_mapMarks) |