| Index: pkg/compiler/lib/src/common/backend_api.dart
|
| diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
|
| index 0a498f1073d2279a3b21a820cfc72520bbaaf8a4..51177d7b3ef9ce8a0e7b537ccdc5efca245c8c96 100644
|
| --- a/pkg/compiler/lib/src/common/backend_api.dart
|
| +++ b/pkg/compiler/lib/src/common/backend_api.dart
|
| @@ -226,8 +226,6 @@ abstract class Backend {
|
| /// Call this method to enable support for isolates.
|
| void enableIsolateSupport(Enqueuer enqueuer) {}
|
|
|
| - void registerRequiredType(DartType type) {}
|
| -
|
| void registerConstSymbol(String name) {}
|
|
|
| bool isNullImplementation(ClassElement cls) {
|
|
|