Chromium Code Reviews

Unified Diff: dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.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
Index: dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
diff --git a/dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.java b/dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
index 6cf648a54daeaca0b0115de0af8fd8b83f448157..f913bdb40d972150b26e6df9754efd28ab11969e 100644
--- a/dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
+++ b/dart/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
@@ -32,11 +32,6 @@ public interface CompilerConfiguration {
boolean developerModeChecks();
/**
- * Returns <code>true</code> if the compiler's output should be optimized.
- */
- boolean shouldOptimize();
-
- /**
* Returns the {@link CompilerMetrics} instance or <code>null</code> if metrics should not be
* recorded.
*

Powered by Google App Engine