mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
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:
parent
911018347f
commit
1f2bf50b49
19 changed files with 0 additions and 61 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue