summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-05-01 10:55:25 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-05-01 10:55:25 +0200
commitc92c04e298dee31513788a2fc7b62457f391dd28 (patch)
treeed84931fcd0e6d1064032cc90a2cbf6e0561cb4a
parent97de7357616ee174c9b41f30d5338d66210894aa (diff)
downloadweechat-c92c04e298dee31513788a2fc7b62457f391dd28.zip
fifo: remove unused variable
-rw-r--r--src/plugins/fifo/fifo.c4
1 files 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;
/*