connect.c: Remove comment that will not be sent upstream

This commit is contained in:
Steffen Prohaska
2008-07-03 08:18:47 +02:00
parent 861bebb425
commit 065eb05f3f

View File

@@ -596,7 +596,6 @@ struct child_process *git_connect(int fd[2], const char *url_orig,
die("command line too long");
conn->in = conn->out = -1;
/* be sure to increase this size if you add more args */
conn->argv = arg = xcalloc(6, sizeof(*arg));
if (protocol == PROTO_SSH) {
const char *ssh = getenv("GIT_SSH");