From a7c3ed7cc1848305bcb1a799183f657848944397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 30 Sep 2022 18:29:32 +0200 Subject: xC: clean up --- xC.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xC.c b/xC.c index 3a7b8c1..dd4dc0c 100644 --- a/xC.c +++ b/xC.c @@ -589,7 +589,6 @@ input_rl_buffer_switch (void *input, input_buffer_t input_buffer) static struct strv input_rl_buffer_history (void *input, input_buffer_t input_buffer) { - struct input_rl *self = input; struct input_rl_buffer *buffer = input_buffer; HIST_ENTRY **p = buffer->history ? buffer->history->entries : history_list(); @@ -1077,7 +1076,6 @@ input_el_buffer_switch (void *input, input_buffer_t input_buffer) static struct strv input_el_buffer_history (void *input, input_buffer_t input_buffer) { - struct input_el *self = input; struct input_el_buffer *buffer = input_buffer; struct strv v = strv_make (); HistEventW ev; -- cgit v1.2.3