Remove unimplemented & unused functions from header files.

All of these functions were defined in header files without ever being
implemented or used.
This commit is contained in:
Johanna Amann 2018-03-16 18:38:04 -07:00
parent 911018347f
commit 1f2bf50b49
19 changed files with 0 additions and 61 deletions

View file

@ -109,8 +109,6 @@ public:
// which should be delete'd when no longer needed.
IterCookie* InitForIteration() const;
void* NextEntry(HashKey*& h, IterCookie*& cookie, int return_hash) const;
void* NextEntry(const void*& key, int& key_len, IterCookie*& cookie)
const;
void StopIteration(IterCookie* cookie) const;
void SetDeleteFunc(dict_delete_func f) { delete_func = f; }