| Index: pkg/compiler/lib/src/common/registry.dart
|
| diff --git a/pkg/compiler/lib/src/common/registry.dart b/pkg/compiler/lib/src/common/registry.dart
|
| index 47510b5783942fa7033287691e049ced664a6bb4..1530bfe1d2968f1eb14a25440bc18a54b0dfd731 100644
|
| --- a/pkg/compiler/lib/src/common/registry.dart
|
| +++ b/pkg/compiler/lib/src/common/registry.dart
|
| @@ -33,6 +33,4 @@ abstract class Registry {
|
| void registerInstantiation(InterfaceType type);
|
|
|
| void registerGetOfStaticFunction(FunctionElement element);
|
| -
|
| - void registerAssert(bool hasMessage);
|
| }
|
|
|