1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

fifo: remove unused variable

This commit is contained in:
Sebastien Helleu
2011-05-01 10:55:25 +02:00
parent 97de735761
commit c92c04e298
+2 -2
View File
@@ -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;
/*