aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-12-12 16:24:12 +0100
committerLars Ingebrigtsen2020-12-12 16:24:12 +0100
commit734f37136558f9cc4ae0d2d3507125d7e65c9986 (patch)
treedc4bffc50ab6100da43a53199c0582316ff5c2ab /src/process.c
parentd165b5a46b2a84c637a80200ad6bcf164bbfa77b (diff)
downloademacs-734f37136558f9cc4ae0d2d3507125d7e65c9986.tar.gz
emacs-734f37136558f9cc4ae0d2d3507125d7e65c9986.zip
Remove some unused process.c variables
* src/process.c (wait_reading_process_output): Remove some variables that are unused after the previous patch.
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))