| Index: pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| index 52d00c423bd2a6eeff0d7dc126c3427712236110..26e38a93dfebd0f99f0c6b6361cdb304bfc083da 100644
|
| --- a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| @@ -10,7 +10,6 @@ part of js_backend;
|
| class TypeVariableHandler {
|
| final Compiler _compiler;
|
| FunctionElement _typeVariableConstructor;
|
| - CompileTimeConstantEvaluator _evaluator;
|
|
|
| /**
|
| * Set to 'true' on first encounter of a class with type variables.
|
|
|