| Index: pkg/dev_compiler/web/web_command.dart
|
| diff --git a/pkg/dev_compiler/web/web_command.dart b/pkg/dev_compiler/web/web_command.dart
|
| index 6e95d7c2d27cafac9818257008f44c490e1206b1..00da902503a2bea26c8ad7c2c1b1c46e2ea785ae 100644
|
| --- a/pkg/dev_compiler/web/web_command.dart
|
| +++ b/pkg/dev_compiler/web/web_command.dart
|
| @@ -85,7 +85,6 @@ class WebCompileCommand extends Command {
|
| Function onCompileReady, Function onError, Function onProgress) async {
|
| var sdkRequest;
|
| var progress = 0;
|
| - int lastReported = 0;
|
| // Add 1 to the count for the SDK summary.
|
| var total = summaryMap.size + 1;
|
| // No need to report after every summary is loaded. Posting about 100
|
|
|