aboutsummaryrefslogtreecommitdiff
path: root/run-command.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-10-25 06:41:15 -0400
committerJeff King <peff@peff.net>2012-10-25 06:41:15 -0400
commit55ff63007509d075d32861ff48cc8bb57d445b2a (patch)
tree4322ea2d5cd79df612511a3606cc38698ca64480 /run-command.h
parent8c7a786b6c8eae8eac91083cdc9a6e337bc133b0 (diff)
parente8320f350f523c3219ff8ec639663193941af57d (diff)
downloadgit-55ff63007509d075d32861ff48cc8bb57d445b2a.tar.xz
Merge branch 'jk/no-more-pre-exec-callback'
Removes a workaround for buggy version of less older than version 406. * jk/no-more-pre-exec-callback: pager: drop "wait for output to run less" hack
Diffstat (limited to 'run-command.h')
-rw-r--r--run-command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-command.h b/run-command.h
index 44f7d2bd42..850c638f19 100644
--- a/run-command.h
+++ b/run-command.h
@@ -39,7 +39,6 @@ struct child_process {
unsigned stdout_to_stderr:1;
unsigned use_shell:1;
unsigned clean_on_exit:1;
- void (*preexec_cb)(void);
};
int start_command(struct child_process *);