BUG: odd table size after shrink (issue #460)

- remove this unused method
This commit is contained in:
Mark Olesen
2017-05-04 13:11:46 +02:00
parent 8dae01913c
commit 6747d14dfa
2 changed files with 0 additions and 16 deletions

View File

@ -373,9 +373,6 @@ public:
// Equivalent to clear() followed by resize(0)
void clearStorage();
//- Shrink the allocated table to approx. twice number of elements
void shrink();
//- Transfer the contents of the argument table into this table
// and annul the argument table.
void transfer(HashTable<T, Key, Hash>& ht);