| Index: pkg/compiler/lib/src/world.dart
|
| diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
|
| index 502ea8e9073d6de6b26250f58e5654a9e52679a0..6cd4e859eb2d3fc198b64b87260ad8f64d293df3 100644
|
| --- a/pkg/compiler/lib/src/world.dart
|
| +++ b/pkg/compiler/lib/src/world.dart
|
| @@ -658,11 +658,6 @@ class World implements ClassWorld {
|
| return elementsThatCannotThrow.contains(element);
|
| }
|
|
|
| - void registerImplicitSuperCall(Registry registry,
|
| - FunctionElement superConstructor) {
|
| - registry.registerDependency(superConstructor);
|
| - }
|
| -
|
| void registerMightBePassedToApply(Element element) {
|
| functionsThatMightBePassedToApply.add(element);
|
| }
|
|
|