| 1535 | } |
| 1536 | |
| 1537 | static inline void release_delta_base_cache(struct delta_base_cache_entry *ent) |
| 1538 | { |
| 1539 | free(ent->data); |
| 1540 | detach_delta_base_cache_entry(ent); |
| 1541 | } |
| 1542 | |
| 1543 | void clear_delta_base_cache(void) |
| 1544 | { |
no test coverage detected