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

Unified Diff: lib/compiler/implementation/compiler.dart

Issue 10332315: Add a draft of traversing visitor which will analyse function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Next iteration Created 8 years, 7 months 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
« no previous file with comments | « no previous file | lib/compiler/implementation/dart/backend.dart » ('j') | lib/compiler/implementation/leg.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/compiler.dart
diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
index a1b6565e4a06b1b86d4b1919a007feca59975129..67ef0d69e093e52025736b16c21495c9765a8fbe 100644
--- a/lib/compiler/implementation/compiler.dart
+++ b/lib/compiler/implementation/compiler.dart
@@ -71,11 +71,6 @@ class JavaScriptBackend extends Backend {
}
}
-class DartBackend extends Backend {
- DartBackend(Compiler compiler) : super(compiler);
- final List<CompilerTask> tasks = const <CompilerTask>[];
-}
-
class Compiler implements DiagnosticListener {
final Map<String, LibraryElement> libraries;
int nextFreeClassId = 0;
« no previous file with comments | « no previous file | lib/compiler/implementation/dart/backend.dart » ('j') | lib/compiler/implementation/leg.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698