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-10), an `extern` was mistakenly included. > > Remove this spurious `extern`. Thanks. This looks obviously correct. -Peff