Skip to content

Commit f4cbb32

Browse files
rscharfegitster
authored andcommitted
parse-options: drop unused parse_opt_ctx_t member
5c38742 (parse-options: don't emit "ambiguous option" for aliases, 2019-04-29) added "updated_options" to struct parse_opt_ctx_t, but it has never been used. Remove it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit f4cbb32

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)