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

Unified Diff: compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.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/DelegatingCompilerConfiguration.java
diff --git a/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
index 9251961725a8bc75ca4a30d6151fbc57c7cd9e96..0ec62b1cc36b14573472d61d601ad80531a60fdf 100644
--- a/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
+++ b/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
@@ -89,11 +89,6 @@ public class DelegatingCompilerConfiguration implements CompilerConfiguration {
}
@Override
- public boolean shouldWarnOnNoSuchType() {
- return delegate.shouldWarnOnNoSuchType();
- }
-
- @Override
public LibrarySource getSystemLibraryFor(String importSpec) {
return delegate.getSystemLibraryFor(importSpec);
}

Powered by Google App Engine
This is Rietveld 408576698