summaryrefslogtreecommitdiff
path: root/include/tools/unqidx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/unqidx.hxx')
-rw-r--r--include/tools/unqidx.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/unqidx.hxx b/include/tools/unqidx.hxx
index 44ba98ae623b..59ca4d067325 100644
--- a/include/tools/unqidx.hxx
+++ b/include/tools/unqidx.hxx
@@ -41,10 +41,7 @@ public:
Index Insert( void* p );
// insert value with key, replacing existing entry if necessary
- void* Remove( Index aIndex );
void* Get( Index aIndex ) const;
-
- Index GetIndexOf( void const* p ) const;
};
template<typename T>