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

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

Issue 9384013: Remove DartIsolateStubGenerator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
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
*/

Powered by Google App Engine
This is Rietveld 408576698