Remove unused deprecated autoroll mirror-remote flag (#142738)

Flag removed in recipe https://flutter-review.googlesource.com/c/recipes/+/46722
This commit is contained in:
Jenn Magder 2024-02-01 12:30:50 -08:00 committed by GitHub
parent fdf05c90bf
commit 073979a5b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,11 +39,6 @@ Future<void> run(
help: 'Path to GitHub CLI client. If not provided, it is assumed `gh` is '
'present on the PATH.',
);
// TODO(fujino): delete after recipe has been migrated to stop passing this
parser.addOption(
'mirror-remote',
help: '(Deprecated) this is now a no-op. To change the account, edit this tool.',
);
parser.addOption(
kUpstreamRemote,
help: 'The upstream git remote that the feature branch will be merged to.',