summaryrefslogtreecommitdiff
path: root/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'pager.c')
-rw-r--r--pager.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pager.c b/pager.c
index 4bc0481..70159b8 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)