mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 08:41:27 +08:00
Remove an unnecessary 'using' declaration
This was just redundant with the struct tag.
This commit is contained in:
parent
7207a205f2
commit
1d4883d810
|
@ -134,7 +134,7 @@ class arg_iterator_t {
|
|||
|
||||
// This is used by the string subcommands to communicate with the option parser which flags are
|
||||
// valid and get the result of parsing the command for flags.
|
||||
using options_t = struct options_t { //!OCLINT(too many fields)
|
||||
struct options_t { //!OCLINT(too many fields)
|
||||
bool all_valid = false;
|
||||
bool char_to_pad_valid = false;
|
||||
bool chars_to_trim_valid = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user