mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Removed unused variable
This commit is contained in:
@@ -119,7 +119,7 @@ completion_get_command_infos (t_completion *completion,
|
||||
{
|
||||
t_weechat_alias *ptr_alias;
|
||||
char *ptr_command, *ptr_command2, *pos;
|
||||
int i, length;
|
||||
int i;
|
||||
#ifdef PLUGINS
|
||||
t_weechat_plugin *ptr_plugin;
|
||||
t_plugin_handler *ptr_handler;
|
||||
|
||||
@@ -119,7 +119,7 @@ completion_get_command_infos (t_completion *completion,
|
||||
{
|
||||
t_weechat_alias *ptr_alias;
|
||||
char *ptr_command, *ptr_command2, *pos;
|
||||
int i, length;
|
||||
int i;
|
||||
#ifdef PLUGINS
|
||||
t_weechat_plugin *ptr_plugin;
|
||||
t_plugin_handler *ptr_handler;
|
||||
|
||||
Reference in New Issue
Block a user