X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run-command.h;h=a8b0c209e9b7487ce3c2b214cbebe7ad4f97fd11;hb=7f96e2e25aa008556a4ede7a65de8488eb9890e6;hp=4f2b7d7d403ee6d87fea5ba2dc32da7596965e5e;hpb=1500f7bc1366e71edb7e8a31f3cf5614e9591cc2;p=git.git diff --git a/run-command.h b/run-command.h index 4f2b7d7d4..a8b0c209e 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".