mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:21:56 +08:00
Remove an unused variable
This commit is contained in:
parent
5492a16719
commit
ba69f8f71d
@ -1662,6 +1662,5 @@ wcstring_list_t complete_get_wrap_targets(const wcstring &command) {
|
||||
|
||||
tuple_list<wcstring, wcstring> complete_get_wrap_pairs() {
|
||||
scoped_lock locker(wrapper_lock);
|
||||
const wrapper_map_t &wraps = wrap_map();
|
||||
return flatten(wrap_map());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user