| Index: runtime/vm/compiler_stats.h
|
| diff --git a/runtime/vm/compiler_stats.h b/runtime/vm/compiler_stats.h
|
| index b8894dc17d83519a5f40a87e811a5732f5fff2a6..296b2a417404431a9d9b13b192f91bed7f050ec4 100644
|
| --- a/runtime/vm/compiler_stats.h
|
| +++ b/runtime/vm/compiler_stats.h
|
| @@ -41,8 +41,6 @@ class CompilerStats {
|
| Timer codefinalizer_timer; // Included in codegen_timer.
|
|
|
| int64_t num_tokens_total; // Isolate + VM isolate
|
| - int64_t num_literal_tokens_total;
|
| - int64_t num_ident_tokens_total;
|
| int64_t num_tokens_scanned;
|
| int64_t num_tokens_consumed;
|
| int64_t num_cached_consts;
|
|
|