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>
maint
Ali Gholami Rudi 2009-04-01 12:34:44 +04:30 committed by Junio C Hamano
parent 442dd42d6d
commit e161acd11d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{