| Index: compiler/java/com/google/dart/compiler/CompilerConfiguration.java
|
| diff --git a/compiler/java/com/google/dart/compiler/CompilerConfiguration.java b/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
|
| index f913bdb40d972150b26e6df9754efd28ab11969e..78100898f3251aaf58eb8c758b413eb0f633e887 100644
|
| --- a/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
|
| @@ -81,8 +81,6 @@ public interface CompilerConfiguration {
|
| */
|
| boolean expectEntryPoint();
|
|
|
| - boolean shouldWarnOnNoSuchType();
|
| -
|
| /**
|
| * Returns the error formatting the compiler should print with
|
| */
|
|
|