From 7996ff335e675b229398974f6cbf459843c9bf6d Mon Sep 17 00:00:00 2001 From: Nanako Shiraishi Date: Thu, 2 Oct 2008 19:14:25 +0900 Subject: run-command.c: remove run_command_v_opt_cd() This function is not used anywhere. Johannes Sixt : > Future callers can use run_command_v_opt_cd_env() instead. Signed-off-by: Nanako Shiraishi Signed-off-by: Shawn O. Pearce --- run-command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'run-command.h') diff --git a/run-command.h b/run-command.h index 4f2b7d7d40..a8b0c209e9 100644 --- a/run-command.h +++ b/run-command.h @@ -53,7 +53,6 @@ int run_command(struct child_process *); #define RUN_GIT_CMD 2 /*If this is to be git sub-command */ #define RUN_COMMAND_STDOUT_TO_STDERR 4 int run_command_v_opt(const char **argv, int opt); -int run_command_v_opt_cd(const char **argv, int opt, const char *dir); /* * env (the environment) is to be formatted like environ: "VAR=VALUE". -- cgit v1.3