builtin-clone.c: make junk_pid static
junk_pid is used only in builtin-clone.c. Signed-off-by: Ali Gholami Rudi <ali@rudi.ir> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
442dd42d6d
commit
e161acd11d
@ -270,7 +270,7 @@ static const struct ref *clone_local(const char *src_repo,
|
||||
|
||||
static const char *junk_work_tree;
|
||||
static const char *junk_git_dir;
|
||||
pid_t junk_pid;
|
||||
static pid_t junk_pid;
|
||||
|
||||
static void remove_junk(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user