mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
remove unused wcstring
This commit is contained in:
parent
b064eaa571
commit
b4ddd797e3
1 changed files with 0 additions and 1 deletions
|
@ -1124,7 +1124,6 @@ bool completer_t::complete_variable(const wcstring &str, size_t start_offset) {
|
||||||
size_t varlen = str.length() - start_offset;
|
size_t varlen = str.length() - start_offset;
|
||||||
bool res = false;
|
bool res = false;
|
||||||
|
|
||||||
const wcstring_list_t names = vars.get_names(0);
|
|
||||||
for (const wcstring &env_name : vars.get_names(0)) {
|
for (const wcstring &env_name : vars.get_names(0)) {
|
||||||
string_fuzzy_match_t match =
|
string_fuzzy_match_t match =
|
||||||
string_fuzzy_match_string(var, env_name, this->max_fuzzy_match_type());
|
string_fuzzy_match_string(var, env_name, this->max_fuzzy_match_type());
|
||||||
|
|
Loading…
Reference in a new issue