mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove an unused variable
This commit is contained in:
parent
5492a16719
commit
ba69f8f71d
1 changed files with 0 additions and 1 deletions
|
@ -1662,6 +1662,5 @@ wcstring_list_t complete_get_wrap_targets(const wcstring &command) {
|
||||||
|
|
||||||
tuple_list<wcstring, wcstring> complete_get_wrap_pairs() {
|
tuple_list<wcstring, wcstring> complete_get_wrap_pairs() {
|
||||||
scoped_lock locker(wrapper_lock);
|
scoped_lock locker(wrapper_lock);
|
||||||
const wrapper_map_t &wraps = wrap_map();
|
|
||||||
return flatten(wrap_map());
|
return flatten(wrap_map());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue