summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-25 00:43:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-26 12:18:08 +0100
commit70eb5c15e89409c22dbcdd7c49fa6271cc535d6b (patch)
tree5c9885f9e742e43dad124f026bce4008e955d03c /tools/source
parent4eb52acf4e47ae659b1a3688e16e75509ab70597 (diff)
callcatcher: shiny unused method reduction from to-stl conversions
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/memtools/table.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/source/memtools/table.cxx b/tools/source/memtools/table.cxx
index 3586c2769cec..9a55fb7add66 100644
--- a/tools/source/memtools/table.cxx
+++ b/tools/source/memtools/table.cxx
@@ -294,21 +294,6 @@ void* Table::Seek( sal_uIntPtr nKey )
return NULL;
}
-// -----------------------------------------------------------------------
-
-void* Table::Seek( void* p )
-{
- sal_uIntPtr nKey = GetKey( p );
-
- // Ist Key vorhanden, dann als aktuellen Eintrag setzen
- if ( nKey != TABLE_ENTRY_NOTFOUND )
- return Seek( nKey );
- else
- return NULL;
-}
-
-// -----------------------------------------------------------------------
-
void* Table::First()
{
// Testen, ob ein Eintrag vorhanden ist