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

Unified Diff: compiler/java/com/google/dart/compiler/DeltaAnalyzer.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/DeltaAnalyzer.java
diff --git a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
index 78a04b02ad8c9b003e2fa645569aec8ac7d6f2dc..60d8eee79ab09d6b730d5a611e39018c4f5f2feb 100644
--- a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
+++ b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
@@ -182,11 +182,6 @@ class DeltaAnalyzer {
}
@Override
- public boolean shouldWarnOnNoSuchType() {
- return false;
- }
-
- @Override
public CompilerConfiguration getCompilerConfiguration() {
return config;
}

Powered by Google App Engine
This is Rietveld 408576698