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