| Index: lib/src/utils_observe.dart
|
| diff --git a/lib/src/utils_observe.dart b/lib/src/utils_observe.dart
|
| index af1cfc2bec97463ef78fed424098675b45eafc33..89cc1ba20b38614fb20d192663559865724df9f3 100644
|
| --- a/lib/src/utils_observe.dart
|
| +++ b/lib/src/utils_observe.dart
|
| @@ -4,8 +4,6 @@
|
|
|
| library web_ui.src.utils_observe;
|
|
|
| -import 'dart:collection';
|
| -
|
| // TODO(jmesserly): helpers to combine hash codes. Reuse these from somewhere.
|
| hash2(x, y) => x.hashCode * 31 + y.hashCode;
|
|
|
| @@ -45,8 +43,3 @@ class Arrays {
|
| }
|
| }
|
| }
|
| -
|
| -// TODO(jmesserly): bogus type to workaround spurious VM bug with generic base
|
| -// class and mixins.
|
| -abstract class IterableWorkaround extends IterableBase<dynamic> {}
|
| -abstract class ListMixinWorkaround extends ListMixin<dynamic> {}
|
|
|