From d5bc7c60c72ee239b5c5d3e4aa808d29412f78d8 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Wed, 13 Jan 2021 17:25:06 -0500 Subject: pack-revindex: hide the definition of 'revindex_entry' Now that all spots outside of pack-revindex.c that reference 'struct revindex_entry' directly have been removed, it is safe to hide the implementation by moving it from pack-revindex.h to pack-revindex.c. Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- pack-revindex.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pack-revindex.h') diff --git a/pack-revindex.h b/pack-revindex.h index 746776be7f..6e0320b08b 100644 --- a/pack-revindex.h +++ b/pack-revindex.h @@ -18,11 +18,6 @@ struct packed_git; -struct revindex_entry { - off_t offset; - unsigned int nr; -}; - /* * load_pack_revindex populates the revindex's internal data-structures for the * given pack, returning zero on success and a negative value otherwise. -- cgit v1.2.3