aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/process.c b/src/process.c
index 48b727d9e3b..4fe8ac7fc0c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5328,8 +5328,6 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
5328 do 5328 do
5329 { 5329 {
5330 unsigned old_timers_run = timers_run; 5330 unsigned old_timers_run = timers_run;
5331 struct buffer *old_buffer = current_buffer;
5332 Lisp_Object old_window = selected_window;
5333 5331
5334 timer_delay = timer_check (); 5332 timer_delay = timer_check ();
5335 5333
@@ -5686,9 +5684,6 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
5686 5684
5687 if (read_kbd != 0) 5685 if (read_kbd != 0)
5688 { 5686 {
5689 unsigned old_timers_run = timers_run;
5690 struct buffer *old_buffer = current_buffer;
5691 Lisp_Object old_window = selected_window;
5692 bool leave = false; 5687 bool leave = false;
5693 5688
5694 if (detect_input_pending_run_timers (do_display)) 5689 if (detect_input_pending_run_timers (do_display))