Remove now unused spawnv_git_cmd().

This commit is contained in:
Johannes Sixt
2007-11-18 20:30:15 +01:00
parent 3393222e48
commit 855cdbbc3b
2 changed files with 0 additions and 29 deletions

View File

@@ -6,7 +6,6 @@ extern const char* git_exec_path(void);
extern void setup_path(const char *);
extern int execv_git_cmd(const char **argv); /* NULL terminated */
extern int execl_git_cmd(const char *cmd, ...);
extern int spawnv_git_cmd(const char **argv, int pin[2], int pout[2]);
#endif /* GIT_EXEC_CMD_H */