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

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

Issue 9317093: Remove DartDocumentationGenerator and related flags. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 eb2bcfd6b18a473fb719755259e971aaea661c12..047453adca090698c447be41e4b135ca14e1a0f9 100644
--- a/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
+++ b/compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
@@ -99,11 +99,6 @@ public class DelegatingCompilerConfiguration implements CompilerConfiguration {
}
@Override
- public boolean collectComments() {
- return delegate.collectComments();
- }
-
- @Override
public LibrarySource getSystemLibraryFor(String importSpec) {
return delegate.getSystemLibraryFor(importSpec);
}

Powered by Google App Engine
This is Rietveld 408576698