From c92c04e298dee31513788a2fc7b62457f391dd28 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 1 May 2011 10:55:25 +0200 Subject: fifo: remove unused variable --- src/plugins/fifo/fifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index af78e301f..bedbae630 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -236,14 +236,14 @@ fifo_remove () void fifo_exec (const char *text) { - char *text2, *pos_msg, *pos_buffer, *pos; + char *text2, *pos_msg, *pos_buffer; struct t_gui_buffer *ptr_buffer; text2 = strdup (text); if (!text2) return; - pos = NULL; + pos_msg = NULL; ptr_buffer = NULL; /* -- cgit v1.2.3