diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 09:53:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 14:48:49 +0000 |
commit | 79fcf0b4a86e22e541eecd6e39726fac2016750b (patch) | |
tree | d79567ef320d67e3d115b5cbdaa9bda70a186974 /dbaccess | |
parent | bbdd3da43d37ea4fdbcc2dc3ad8b4800020e71e8 (diff) |
callcatcher: update unused code
Change-Id: Ida4221bfbfe30f7e1abd5c367d8cb8b9edd310bb
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.cxx | 5 | ||||
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.cxx b/dbaccess/source/core/api/RowSetCacheIterator.cxx index 555d28b60a77..106893bc0ec3 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.cxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.cxx @@ -124,9 +124,4 @@ bool ORowSetCacheIterator::isNull() const return bRet; } -::osl::Mutex* ORowSetCacheIterator::getMutex() const -{ - return m_pRowSet ? m_pRowSet->getMutex() : NULL; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/core/api/RowSetCacheIterator.hxx b/dbaccess/source/core/api/RowSetCacheIterator.hxx index 083a82ff2308..82d118e499a2 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.hxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.hxx @@ -73,7 +73,6 @@ namespace dbaccess void setBookmark(const ::com::sun::star::uno::Any& _rBookmark); ::com::sun::star::uno::Any getBookmark() const { return m_aIter->second.aBookmark; } - ::osl::Mutex* getMutex() const; ORowSetCacheMap::iterator getIter() const { return m_aIter; } }; |