From 70eb5c15e89409c22dbcdd7c49fa6271cc535d6b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 25 Mar 2012 00:43:57 +0000 Subject: callcatcher: shiny unused method reduction from to-stl conversions --- tools/source/memtools/table.cxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tools/source') 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 -- cgit