mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
relay: remove useless condition always evaluated to true
This commit is contained in:
@@ -943,8 +943,7 @@ relay_client_timer_cb (void *data, int remaining_calls)
|
||||
{
|
||||
for (i = 0; i < 2; i++)
|
||||
{
|
||||
if (ptr_client->outqueue->raw_message
|
||||
&& ptr_client->outqueue->raw_message[i])
|
||||
if (ptr_client->outqueue->raw_message[i])
|
||||
{
|
||||
/*
|
||||
* print raw message and remove it from outqueue
|
||||
|
||||
Reference in New Issue
Block a user