summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:14:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 12:25:56 +0200
commit98782932280d20ece450fa06a90c202fb8e2a26e (patch)
treef8092cc2c86641468a0edd77ca85bb4877b965f0 /include/tools
parentf2964b9cdb04595e842de329222ffa2b63e5d7f7 (diff)
loplugin:unusedmethods
Change-Id: I7f26ee112ed89ee3e69c56930260565f66ff145b Reviewed-on: https://gerrit.libreoffice.org/40442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-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>