diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-27 16:26:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-27 16:26:09 +0000 |
commit | 11acdddda3c92ff3de5c322a5872c087cd217825 (patch) | |
tree | a324e22a2faca9178aa92f2a35b6c779aeb6b278 /src | |
parent | ba5349d9cbb187d99ae3f0b43965c9f939cd61c5 (diff) | |
download | weechat-11acdddda3c92ff3de5c322a5872c087cd217825.zip |
Removed unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/common/completion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/completion.c b/src/common/completion.c index 2450dd315..76bfef6d5 100644 --- a/src/common/completion.c +++ b/src/common/completion.c @@ -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; |