Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pager.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pager.c b/pager.c
index 4bc048148e..70159b8858 100644
--- a/pager.c
+++ b/pager.c
@@ -6,11 +6,6 @@
#define DEFAULT_PAGER "less"
#endif
-/*
- * This is split up from the rest of git so that we can do
- * something different on Windows.
- */
-
static struct child_process pager_process = CHILD_PROCESS_INIT;
static void wait_for_pager(int in_signal)