Merge branch 'rs/parse-opt-ctx-cleanup'

Code clean-up.

* rs/parse-opt-ctx-cleanup:
  parse-options: drop unused parse_opt_ctx_t member
maint
Junio C Hamano 2023-10-12 12:18:26 -07:00
commit 6e47cfcffc
1 changed files with 0 additions and 1 deletions

View File

@ -459,7 +459,6 @@ struct parse_opt_ctx_t {
unsigned has_subcommands; unsigned has_subcommands;
const char *prefix; const char *prefix;
const char **alias_groups; /* must be in groups of 3 elements! */ 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, void parse_options_start(struct parse_opt_ctx_t *ctx,