| Index: pkg/compiler/lib/src/js_emitter/native_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/native_emitter.dart b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
|
| index ecde8235c070742f62bd75f0c2f30579c1b7e16b..5749e7903fe34ba65a292e9a74be72a988352bf9 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/native_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
|
| @@ -22,11 +22,6 @@ class NativeEmitter {
|
| // Caches the methods that have a native body.
|
| Set<FunctionElement> nativeMethods;
|
|
|
| - // Do we need the native emitter to take care of handling
|
| - // noSuchMethod for us? This flag is set to true in the emitter if
|
| - // it finds any native class that needs noSuchMethod handling.
|
| - bool handleNoSuchMethod = false;
|
| -
|
| NativeEmitter(CodeEmitterTask emitterTask)
|
| : this.emitterTask = emitterTask,
|
| subtypes = new Map<ClassElement, List<ClassElement>>(),
|
|
|