Skip to content

Commit 1e315ca

Browse files
committed
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
2 parents fa5799c + f4cbb32 commit 1e315ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse-options.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ struct parse_opt_ctx_t {
459459
unsigned has_subcommands;
460460
const char *prefix;
461461
const char **alias_groups; /* must be in groups of 3 elements! */
462-
struct option *updated_options;
463462
};
464463

465464
void parse_options_start(struct parse_opt_ctx_t *ctx,

0 commit comments

Comments
 (0)