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. |
* |