| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index 6dd3a73a9eabc50d425c74a15948ea30c3eaeb49..f03043179d3fe548ed9e9880c83271b5eeff459b 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -308,8 +308,6 @@ class JavaScriptBackend {
|
|
|
| final Compiler compiler;
|
|
|
| - String get patchVersion => emitter.patchVersion;
|
| -
|
| /// Returns true if the backend supports reflection.
|
| bool get supportsReflection => emitter.supportsReflection;
|
|
|
|
|