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

Unified Diff: compiler/java/com/google/dart/compiler/DartCompilerContext.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/DartCompilerContext.java
diff --git a/compiler/java/com/google/dart/compiler/DartCompilerContext.java b/compiler/java/com/google/dart/compiler/DartCompilerContext.java
index 3c82c176591fb3e266f9ca9cfecc60f802992319..ef4e17e52a149400f346f63b2fab8d94c058f507 100644
--- a/compiler/java/com/google/dart/compiler/DartCompilerContext.java
+++ b/compiler/java/com/google/dart/compiler/DartCompilerContext.java
@@ -110,8 +110,6 @@ public interface DartCompilerContext {
*/
CompilerMetrics getCompilerMetrics();
- boolean shouldWarnOnNoSuchType();
-
/**
* Returns the {@link CompilerConfiguration} instance.
* @return the compiler configuration instance.

Powered by Google App Engine
This is Rietveld 408576698