Re: [PATCH 08/24] unpack-trees: remove 'extern' on function declaration
From: Stefan Beller <hidden> Date: 2018-08-15 19:10:36
On Mon, Aug 13, 2018 at 9:15 AM Nguyễn Thái Ngọc Duy [off-list ref] wrote:
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
This removes the only existing extern keyword, which was added by
Linus in 933bf40a5c6 (Start moving unpack-trees to "struct tree_desc",
2007-08-09). All other callers do not have this noise word as it was
simply never
present there despite the old age of unpack-trees.h. Interesting history.
Thanks!
Stefan