| Index: sdk/lib/_internal/compiler/implementation/js_emitter/declarations.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/declarations.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/declarations.dart
|
| index a370cd2e6203e4f1fa40372a099310e3acf79743..417586708e3e15ce7423d1cb704dfa83c9a517ca 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_emitter/declarations.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_emitter/declarations.dart
|
| @@ -46,9 +46,6 @@ typedef void AcceptField(VariableElement member,
|
| typedef void FunctionTypeSignatureEmitter(Element method,
|
| FunctionType methodType);
|
|
|
| -// TODO(johnniwinther): Clean up terminology for rti in the emitter.
|
| -typedef void FunctionTypeTestEmitter(FunctionType functionType);
|
| -
|
| typedef void SubstitutionEmitter(Element element, {bool emitNull});
|
|
|
| const String GENERATED_BY = """
|
|
|