diff options
| author | 2024-06-21 16:49:55 -0400 | |
|---|---|---|
| committer | 2024-06-21 16:49:55 -0400 | |
| commit | 70df63c28e04c21e495f05669a566eb68bdf072f (patch) | |
| tree | de35ef2e0861c7ec26d50aa4acdb14be1981c235 /examples/hashtable/uns_hashtable.h | |
| parent | fix root push and pop issue; make shared library for examples (diff) | |
delete for hashtables
Diffstat (limited to 'examples/hashtable/uns_hashtable.h')
| -rw-r--r-- | examples/hashtable/uns_hashtable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/hashtable/uns_hashtable.h b/examples/hashtable/uns_hashtable.h index d4bae24..a9f16a3 100644 --- a/examples/hashtable/uns_hashtable.h +++ b/examples/hashtable/uns_hashtable.h @@ -46,11 +46,9 @@ void uns_hashtable_search(struct uns_gc *gc, struct uns_ctr *htbl, struct uns_ctr *found); size_t uns_hashtable_used(struct uns_gc *gc, struct uns_ctr *htbl); size_t uns_hashtable_len(struct uns_gc *gc, struct uns_ctr *htbl); -/* void uns_hashtable_del(struct uns_gc *gc, struct uns_ctr *htbl, unsigned char *str, size_t string_len, struct uns_ctr *old_value); -*/ /* The following functions may collect. */ void uns_hashtable_alloc_into(struct uns_gc *gc, struct uns_ctr *r, size_t size); |
