From 4845155e0126571e4176819c5f27b76160146ce0 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Mon, 1 Feb 2016 20:17:13 +0100 Subject: UniqueIndexImpl::size() is unneeded Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b --- include/tools/unqidx.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/tools/unqidx.hxx') diff --git a/include/tools/unqidx.hxx b/include/tools/unqidx.hxx index 47da311ea13b..03a30c6fe0f0 100644 --- a/include/tools/unqidx.hxx +++ b/include/tools/unqidx.hxx @@ -38,8 +38,6 @@ public: : maMap(), nStartIndex(_nStartIndex), nUniqIndex(_nStartIndex), nCount(0) {} - size_t size() const { return maMap.size(); } - sal_uIntPtr Insert( void* p ); // insert value with key, replacing existing entry if necessary void* Remove( sal_uIntPtr aIndex ); -- cgit