From: Jeff King Date: Mon, 22 Aug 2016 21:57:58 +0000 (-0400) Subject: release_delta_base_cache: reuse existing detach function X-Git-Tag: v2.11.0-rc0~178^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f92dd60f95c3e92bc1eac7a0810efae167df9b51?hp=f92dd60f95c3e92bc1eac7a0810efae167df9b51 release_delta_base_cache: reuse existing detach function This function drops an entry entirely from the cache, meaning that aside from the freeing of the buffer, it is exactly equivalent to detach_delta_base_cache_entry(). Let's build on top of the detach function, which shortens the code and will make it simpler when we change out the underlying storage in future patches. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---