remove unnecessary initializations

[jc: I needed to hand merge the changes to the updated codebase,
 so the result needs to be checked.]

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
David Rientjes
2006-08-15 10:23:48 -07:00
committed by Junio C Hamano
parent c9c3470aec
commit 96f1e58f52
42 changed files with 163 additions and 163 deletions

View File

@ -10,7 +10,7 @@
#include <netdb.h>
#include <signal.h>
static char *server_capabilities = NULL;
static char *server_capabilities;
static int check_ref(const char *name, int len, unsigned int flags)
{
@ -493,8 +493,8 @@ static void git_tcp_connect(int fd[2], char *host)
}
static char *git_proxy_command = NULL;
static const char *rhost_name = NULL;
static char *git_proxy_command;
static const char *rhost_name;
static int rhost_len;
static int git_proxy_command_options(const char *var, const char *value)