git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] builtin-clone.c: make junk_pid static
@ 2009-04-01  8:04 Ali Gholami Rudi
  0 siblings, 0 replies; only message in thread
From: Ali Gholami Rudi @ 2009-04-01  8:04 UTC (permalink / raw)
  To: git

junk_pid is used only in builtin-clone.c.

Signed-off-by: Ali Gholami Rudi <ali@rudi.ir>
---
 builtin-clone.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-clone.c b/builtin-clone.c
index 0031b5f..736c72c 100644
--- a/builtin-clone.c
+++ b/builtin-clone.c
@@ -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)
 {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01  8:04 [PATCH] builtin-clone.c: make junk_pid static Ali Gholami Rudi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).