Index: pkg/compiler/lib/src/compiler.dart |
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart |
index 93fc66a315304d01daa47bf774b8f0440ddb3f3b..a1c140f94eb3d9ed121f0814159238e2d471666c 100644 |
--- a/pkg/compiler/lib/src/compiler.dart |
+++ b/pkg/compiler/lib/src/compiler.dart |
@@ -1334,7 +1334,6 @@ abstract class Compiler implements DiagnosticListener { |
// The maximum number of imports chains to show. |
final int compactChainLimit = verbose ? 20 : 10; |
int chainCount = 0; |
- bool limitExceeded = false; |
loadedLibraries.forEachImportChain(DART_MIRRORS, |
callback: (Link<Uri> importChainReversed) { |
Link<CodeLocation> compactImportChain = const Link<CodeLocation>(); |