| Index: lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
|
| index b036a5f4d92b7c6829faee917910054ff6936b84..74b2bc7a0bea2fcd42898d2ec36bbe717376d876 100644
|
| --- a/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/lib/compiler/implementation/dart_backend/backend.dart
|
| @@ -22,7 +22,7 @@ class DartBackend extends Backend {
|
| // TODO(antonm): Implement this method, if needed.
|
| }
|
|
|
| - CodeBuffer codegen(WorkItem work) { return new CodeBuffer(); }
|
| + void codegen(WorkItem work) { }
|
|
|
| void processNativeClasses(Enqueuer world,
|
| Collection<LibraryElement> libraries) {
|
|
|