| Index: pkg/compiler/lib/src/helpers/trace.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/trace.dart b/pkg/compiler/lib/src/helpers/trace.dart
|
| index 3225c269d882a538f688010e46735de83f953433..f19b0d0c3b0df9b76dc991091d9889a82a09a7f5 100644
|
| --- a/pkg/compiler/lib/src/helpers/trace.dart
|
| +++ b/pkg/compiler/lib/src/helpers/trace.dart
|
| @@ -155,7 +155,7 @@ class StackTraceLines {
|
| columnNo = line.substring(lastColon+1, rightParenPos);
|
| try {
|
| int.parse(lineNo);
|
| - } on FormatException catch (e) {
|
| + } on FormatException {
|
| lineNo = columnNo;
|
| columnNo = '';
|
| nextToLastColon = lastColon;
|
|
|