Remove some unnecessary ignore comments in tools

Change-Id: I7ee823a38e9fca09f1c2b0e5e77078c21c72251d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274733
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2022-12-10 05:01:50 +00:00 committed by Commit Queue
parent 5f765bcf8f
commit dfe5194278

View file

@ -313,7 +313,6 @@ class Result {
int get hashCode => name.hashCode ^ builderName.hashCode;
@override
// ignore: unnecessary_overrides
bool operator ==(Object other) {
// TODO: implement ==
return super == other;