| Index: pkg/compiler/lib/src/universe/universe.dart
|
| diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
|
| index 34d6f589f9a1f1f34bc3a6ddd58c31d1b5d8d9ce..b731637c73338cab8bf0624d0b2a0ef1e18303dd 100644
|
| --- a/pkg/compiler/lib/src/universe/universe.dart
|
| +++ b/pkg/compiler/lib/src/universe/universe.dart
|
| @@ -93,8 +93,6 @@ class Universe {
|
| */
|
| final Set<Element> closurizedMembers = new Set<Element>();
|
|
|
| - bool usingFactoryWithTypeArguments = false;
|
| -
|
| /// All directly instantiated classes, that is, classes with a generative
|
| /// constructor that has been called directly and not only through a
|
| /// super-call.
|
|
|