Merge branch 'tb/pack-revindex-on-disk-cleanup'
Code clean-up. * tb/pack-revindex-on-disk-cleanup: packfile: make `close_pack_revindex()` static
This commit is contained in:
@ -324,7 +324,8 @@ void close_pack_index(struct packed_git *p)
|
||||
}
|
||||
}
|
||||
|
||||
void close_pack_revindex(struct packed_git *p) {
|
||||
static void close_pack_revindex(struct packed_git *p)
|
||||
{
|
||||
if (!p->revindex_map)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user