Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart

Issue 99303004: Remove unused API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
index 836d99914405130d3f4ed6969d482983c22f1bcd..2ea23829aa7f6ea58de6372d80fee8283ee65c29 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
@@ -224,8 +224,6 @@ class DartBackend extends Backend {
}
void codegen(CodegenWorkItem work) { }
- void processNativeClasses(Enqueuer world,
- Iterable<LibraryElement> libraries) { }
bool isUserLibrary(LibraryElement lib) {
final INTERNAL_HELPERS = [

Powered by Google App Engine
This is Rietveld 408576698