Merge branch 'rs/parse-opt-ctx-cleanup' into maint-2.42
Code clean-up. * rs/parse-opt-ctx-cleanup: parse-options: drop unused parse_opt_ctx_t member
This commit is contained in:
@ -459,7 +459,6 @@ struct parse_opt_ctx_t {
|
||||
unsigned has_subcommands;
|
||||
const char *prefix;
|
||||
const char **alias_groups; /* must be in groups of 3 elements! */
|
||||
struct option *updated_options;
|
||||
};
|
||||
|
||||
void parse_options_start(struct parse_opt_ctx_t *ctx,
|
||||
|
Reference in New Issue
Block a user