X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fhash_map.h;h=108fb2fb51ed244dc580732566a02cca2e9ccabc;hp=839b8238f8402c78ded1c0c4dea3bce19e278d0a;hb=16fa313d8f35d5b47fa2ce1c5a581d312b49ff0c;hpb=5e1d38fb7294baa1922341021698a2106238b571 diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 839b8238..108fb2fb 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -254,13 +254,6 @@ protected: return num_buckets - (num_buckets >> 2); } - /** Empty all buckets in the table. */ - void empty_all_buckets() - { - for (table_iterator i = hashtab.begin(); i != hashtab.end(); ++i) - i->first = EMPTY; - } - void grow(); public: