diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-02-01 20:17:13 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-03-01 23:51:05 +0100 |
commit | 4845155e0126571e4176819c5f27b76160146ce0 (patch) | |
tree | dceff32b38e6aa9e43b6f0d746844ab754f661f8 /include | |
parent | 02caf16fc7d0455a235341966db89c77cbf1da0d (diff) |
UniqueIndexImpl::size() is unneeded
Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/unqidx.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 ); |