Skip to content

Commit

Permalink
Remove deprecated flags from one version entry points
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682061069
Change-Id: Ia95b1caec4b007660092d8239bd213a71bc627d9
  • Loading branch information
cushon authored and copybara-github committed Oct 3, 2024
1 parent 36fe9f8 commit 7e21ae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/one_version/one_version_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ int main(int argc, char *argv[]) {
if (tokens.MatchAndSet("--output", &output_file) ||
tokens.MatchAndSet("--succeed_on_found_violations",
&succeed_on_found_violations) ||
// TODO(b/366268295): remove once the flag is no longer used
tokens.MatchAndSet("--whitelist", &allowlist_file) ||
tokens.MatchAndSet("--allowlist", &allowlist_file) ||
tokens.MatchAndSet("--inputs", &inputs)) {
} else {
Expand Down

0 comments on commit 7e21ae8

Please sign in to comment.