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:
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user