Skip to content

Commit

Permalink
removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorGRBR committed Oct 30, 2023
1 parent 1e89c8e commit ba00a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ t__mic *_map_item_container_new(t_uint hash, t_kv_pair item);
// Private function! Deinitializes and deallocates map item container
void _map_item_container_delete(t__mic *container);

// Private function! Checks if hash inside the container is equal to a provided
// one
t_bool _map_item_hash_eq(t__mic *container, t_uint *hash);

// Private function! Returns a pointer to the item container
t__mic *_map_item_container_find_item_by_hash(t_list *bucket,
t_uint hash, void *key, t_equals_func efunc);
Expand Down

0 comments on commit ba00a91

Please sign in to comment.