Skip to content

Commit

Permalink
Remove unnecessary override in ReplacementVisitor.
Browse files Browse the repository at this point in the history
R=brianwilkerson@google.com

Change-Id: Iba88984097212242e1373e80af61a340e22d4a1f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153500
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
scheglov authored and commit-bot@chromium.org committed Jul 8, 2020
1 parent eada9fa commit 819f0a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/analyzer/lib/src/dart/element/replacement_visitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ class ReplacementVisitor
);
}

@override
DartType visitDartType(DartType type) {
return null;
}

@override
DartType visitDynamicType(DynamicType type) {
return null;
Expand Down

0 comments on commit 819f0a9

Please sign in to comment.