aboutsummaryrefslogtreecommitdiff
path: root/rsh.h
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-09-10 23:02:40 -0400
committerJunio C Hamano <gitster@pobox.com>2007-09-19 03:22:30 -0700
commitfbdeef948bbc085124f9634d5108940dce5fc688 (patch)
treeace810dc3608ed06bc314344e6e9cf5655e02d93 /rsh.h
parentfc57b6aaa5bc59ecbe0c052b98196a93b35760a5 (diff)
downloadgit-fbdeef948bbc085124f9634d5108940dce5fc688.tar.gz
git-fbdeef948bbc085124f9634d5108940dce5fc688.tar.xz
Remove obsolete commit-walkers
Removes the commit-walkers that are no longer useful, as well as library code that was only used by ssh-fetch/push. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rsh.h')
-rw-r--r--rsh.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsh.h b/rsh.h
deleted file mode 100644
index ee2f49929..000000000
--- a/rsh.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef RSH_H
-#define RSH_H
-
-int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
- char *url, int rmt_argc, char **rmt_argv);
-
-#endif