mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Remove unused values in builtin_set.
This commit is contained in:
parent
2520019fb8
commit
ef99a11001
|
@ -698,7 +698,6 @@ static int builtin_set(parser_t &parser, wchar_t **argv)
|
|||
Slice mode
|
||||
*/
|
||||
size_t idx_count, val_count;
|
||||
wcstring_list_t values;
|
||||
std::vector<long> indexes;
|
||||
wcstring_list_t result;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user