1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

Remove dead assignments

This commit is contained in:
Sebastien Helleu
2010-10-31 18:23:16 +01:00
parent 06b48ccf83
commit ac6b299e8b
10 changed files with 8 additions and 24 deletions
-2
View File
@@ -84,8 +84,6 @@ plugin_config_set_internal (const char *option, const char *value)
int rc;
struct t_config_option *ptr_option;
rc = WEECHAT_CONFIG_OPTION_SET_ERROR;
ptr_option = config_file_search_option (plugin_config_file,
plugin_config_section_var,
option);