mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 14:01:15 -03:00
More cleanup based on static analysis
https://github.com/fish-shell/fish-shell/issues/575
This commit is contained in:
@@ -564,7 +564,7 @@ void parse_util_set_argv(const wchar_t * const *argv, const wcstring_list_t &nam
|
||||
env_set(L"argv", 0, ENV_LOCAL);
|
||||
}
|
||||
|
||||
if (named_arguments.size())
|
||||
if (! named_arguments.empty())
|
||||
{
|
||||
const wchar_t * const *arg;
|
||||
size_t i;
|
||||
|
||||
Reference in New Issue
Block a user