diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2007-09-10 23:02:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-19 03:22:30 -0700 |
commit | fbdeef948bbc085124f9634d5108940dce5fc688 (patch) | |
tree | ace810dc3608ed06bc314344e6e9cf5655e02d93 /rsh.h | |
parent | fc57b6aaa5bc59ecbe0c052b98196a93b35760a5 (diff) | |
download | git-fbdeef948bbc085124f9634d5108940dce5fc688.tar.gz |
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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rsh.h b/rsh.h deleted file mode 100644 index ee2f499291..0000000000 --- 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 |