diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-09-20 17:03:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-28 13:03:08 +0900 |
commit | 8464f94aeb2a5eb1ba834460b695b171b95e3fc0 (patch) | |
tree | 605bbd8bec09bcb19374c255a93bd4f136e97298 /line-log.h | |
parent | Move core_partial_clone_filter_default to promisor-remote.c (diff) | |
download | tgif-8464f94aeb2a5eb1ba834460b695b171b95e3fc0.tar.xz |
promisor-remote.h: drop extern from function declaration
During the creation of this file, each time a new function declaration
was introduced, it included an `extern`. However, starting from
554544276a (*.[ch]: remove extern from function declarations using
spatch, 2019-04-29), we've been actively trying to prevent externs from
being used in function declarations because they're unnecessary.
Remove these spurious `extern`s.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'line-log.h')
0 files changed, 0 insertions, 0 deletions