| 472 | */ |
| 473 | |
| 474 | int CPLHashSetRemoveDeferRehash(CPLHashSet *set, const void *elt) |
| 475 | { |
| 476 | return CPLHashSetRemoveInternal(set, elt, true); |
| 477 | } |
| 478 | |
| 479 | /************************************************************************/ |
| 480 | /* CPLHashSetHashPointer() */ |
nothing calls this directly
no test coverage detected