Chromium Code Reviews

Unified Diff: dart/compiler/java/com/google/dart/compiler/Backend.java

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « dart/compiler/dartium.gyp ('k') | dart/compiler/java/com/google/dart/compiler/CommandLineOptions.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/compiler/java/com/google/dart/compiler/Backend.java
diff --git a/dart/compiler/java/com/google/dart/compiler/Backend.java b/dart/compiler/java/com/google/dart/compiler/Backend.java
index e83eaa546969ee2b03b69471ec398a7906c67e7c..8e7cfe99a62fbcc4ea7cf899ced2987a130a8e66 100644
--- a/dart/compiler/java/com/google/dart/compiler/Backend.java
+++ b/dart/compiler/java/com/google/dart/compiler/Backend.java
@@ -51,9 +51,4 @@ public interface Backend {
* The application extension for the backend.
*/
String getAppExtension();
-
- /**
- * The source map extension for the backend.
- */
- String getSourceMapExtension();
}
« no previous file with comments | « dart/compiler/dartium.gyp ('k') | dart/compiler/java/com/google/dart/compiler/CommandLineOptions.java » ('j') | no next file with comments »

Powered by Google App Engine