Skip to content

Commit

Permalink
fix clang tidy comment from github
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Nov 14, 2024
1 parent dd6ffdf commit f6c7a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flat_ordered_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ ccc_fom_and_modify(ccc_fomap_entry *const e, ccc_update_fn *const fn)
{
return NULL;
}
void *unused;
if (fn && e->impl_.stats_ & CCC_ENTRY_OCCUPIED)
{
fn((ccc_user_type){
Expand Down

0 comments on commit f6c7a95

Please sign in to comment.