| Index: pkg/compiler/lib/src/native/behavior.dart
|
| diff --git a/pkg/compiler/lib/src/native/behavior.dart b/pkg/compiler/lib/src/native/behavior.dart
|
| index 328f42594b20560f745bf85ad738c345dfaf97b0..5cd5c604a5781d66908c40a3325f1adccba1e586 100644
|
| --- a/pkg/compiler/lib/src/native/behavior.dart
|
| +++ b/pkg/compiler/lib/src/native/behavior.dart
|
| @@ -59,8 +59,6 @@ class NativeBehavior {
|
|
|
| final SideEffects sideEffects = new SideEffects.empty();
|
|
|
| - static NativeBehavior NONE = new NativeBehavior();
|
| -
|
| /// Processes the type specification string of a call to JS and stores the
|
| /// result in the [typesReturned] and [typesInstantiated].
|
| ///
|
|
|