Re: [PATCH] packfile.h: drop extern from function declaration

2019-08-22 Thread Jeff King
On Mon, Aug 19, 2019 at 02:26:19AM -0400, Denton Liu wrote: > In 336226c259 (packfile.h: drop extern from function declarations, > 2019-04-05), `extern` was removed from function declarations because > it's redundant. However, in 8434e85d5f (repack: refactor pack deletion > for future use, 2019-06

[PATCH] packfile.h: drop extern from function declaration

2019-08-18 Thread Denton Liu
In 336226c259 (packfile.h: drop extern from function declarations, 2019-04-05), `extern` was removed from function declarations because it's redundant. However, in 8434e85d5f (repack: refactor pack deletion for future use, 2019-06-10), an `extern` was mistakenly included. Remove this spurious `ext