1386:748d0d40881e | 1387:9bdd053820b7 |
---|---|
316 // destroy | 316 // destroy |
317 cx_invoke_destructor(map, elm->data); | 317 cx_invoke_destructor(map, elm->data); |
318 | 318 |
319 // unlink | 319 // unlink |
320 cx_hash_map_unlink(hmap, iter->slot, prev, elm); | 320 cx_hash_map_unlink(hmap, iter->slot, prev, elm); |
321 iter->elem_count--; | |
321 | 322 |
322 // advance | 323 // advance |
323 elm = next; | 324 elm = next; |
324 } else { | 325 } else { |
325 // just advance | 326 // just advance |