| Index: frog/leg/emitter.dart
|
| ===================================================================
|
| --- frog/leg/emitter.dart (revision 5281)
|
| +++ frog/leg/emitter.dart (working copy)
|
| @@ -545,9 +545,6 @@
|
| // Do not generate no such method calls if there is no class.
|
| if (compiler.universe.instantiatedClasses.isEmpty()) return;
|
|
|
| - // TODO(ngeoffray): We don't need to generate these methods if
|
| - // nobody overwrites noSuchMethod.
|
| -
|
| ClassElement objectClass =
|
| compiler.coreLibrary.find(const SourceString('Object'));
|
| String className = namer.isolatePropertyAccess(objectClass);
|
|
|