From: Lars Ingebrigtsen Date: Sat, 12 Dec 2020 15:24:12 +0000 (+0100) Subject: Remove some unused process.c variables X-Git-Tag: emacs-28.0.90~4751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=734f37136558f9cc4ae0d2d3507125d7e65c9986;p=emacs.git Remove some unused process.c variables * src/process.c (wait_reading_process_output): Remove some variables that are unused after the previous patch. --- 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, do { unsigned old_timers_run = timers_run; - struct buffer *old_buffer = current_buffer; - Lisp_Object old_window = selected_window; timer_delay = timer_check (); @@ -5686,9 +5684,6 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, if (read_kbd != 0) { - unsigned old_timers_run = timers_run; - struct buffer *old_buffer = current_buffer; - Lisp_Object old_window = selected_window; bool leave = false; if (detect_input_pending_run_timers (do_display))