mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Remove now unused spawnv_git_cmd().
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user