summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/RowSetCache.cxx')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 18de7b71b465..0bcf4c793a3e 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -691,15 +691,7 @@ bool ORowSetCache::next( )
return !m_bAfterLast;
}
-bool ORowSetCache::isBeforeFirst( )
-{
- return m_bBeforeFirst;
-}
-bool ORowSetCache::isAfterLast( )
-{
- return m_bAfterLast;
-}
bool ORowSetCache::isFirst( )
{