summaryrefslogtreecommitdiff
path: root/include/tools/unqidx.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2016-02-01 20:17:13 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2016-03-01 23:51:05 +0100
commit4845155e0126571e4176819c5f27b76160146ce0 (patch)
treedceff32b38e6aa9e43b6f0d746844ab754f661f8 /include/tools/unqidx.hxx
parent02caf16fc7d0455a235341966db89c77cbf1da0d (diff)
UniqueIndexImpl::size() is unneeded
Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b
Diffstat (limited to 'include/tools/unqidx.hxx')
-rw-r--r--include/tools/unqidx.hxx2
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 );