diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-10-12 12:18:26 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-12 12:18:26 -0700 |
| commit | 6e47cfcffc19a5a9cd5a04b0f81e26c123ba8ca8 (patch) | |
| tree | 2349c306a293d91cf9adbaedede67618e57611c8 | |
| parent | aab89be2eb6ca51eefeb8c8066f673f447058856 (diff) | |
| parent | f4cbb32c278f95ac8546eccf9aa10b6243030152 (diff) | |
| download | git-6e47cfcffc19a5a9cd5a04b0f81e26c123ba8ca8.tar.xz | |
Merge branch 'rs/parse-opt-ctx-cleanup'
Code clean-up.
* rs/parse-opt-ctx-cleanup:
parse-options: drop unused parse_opt_ctx_t member
| -rw-r--r-- | parse-options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parse-options.h b/parse-options.h index 57a7fe9d91..4a66ec3bf5 100644 --- a/parse-options.h +++ b/parse-options.h @@ -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, |
