Skip to content

Commit

Permalink
Ignore _printEvent as an unused element
Browse files Browse the repository at this point in the history
This is required for #37116

Change-Id: Ia061a423b2455f4e64d5a90f35cc5d7461fa57d2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127343
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
  • Loading branch information
srawlins authored and commit-bot@chromium.org committed Dec 6, 2019
1 parent 3281a4a commit a455e09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ abstract class TypePromoterImpl extends TypePromoter {

/// For internal debugging use, prints the current state followed by the event
/// name.
// ignore: unused_element
void _printEvent(String name) {
Iterable<TypePromotionFact> factChain(TypePromotionFact fact) sync* {
while (fact != null) {
Expand Down

0 comments on commit a455e09

Please sign in to comment.