| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index 6caccff4ab7844da73b9df2aa0739a8ddef1e3f5..07e7793f7a583400a5f9a78dd01a7646032b21b0 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -3426,8 +3426,6 @@ class SsaBuilder extends ast.Visitor
|
| // TODO(5346): Try to avoid the need for calling [declaration] before
|
| // creating an [HStatic].
|
| push(new HStatic(function.declaration, backend.nonNullType));
|
| - // TODO(ahe): This should be registered in codegen.
|
| - registry.registerGetOfStaticFunction(function.declaration);
|
| }
|
|
|
| /// Read a local variable, function or parameter.
|
|
|