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

Unified Diff: compiler/java/com/google/dart/compiler/CompilerConfiguration.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/CompilerConfiguration.java
diff --git a/compiler/java/com/google/dart/compiler/CompilerConfiguration.java b/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
index 92646674015ac69f67ee2cad3928256455dc05e1..6cf648a54daeaca0b0115de0af8fd8b83f448157 100644
--- a/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
+++ b/compiler/java/com/google/dart/compiler/CompilerConfiguration.java
@@ -94,11 +94,6 @@ public interface CompilerConfiguration {
ErrorFormat printErrorFormat();
/**
- * Returns <code>true</code> if the compiler should collect comments.
- */
- boolean collectComments();
-
- /**
* Return the system library corresponding to the specified "dart:<libname>" spec.
*/
LibrarySource getSystemLibraryFor(String importSpec);

Powered by Google App Engine
This is Rietveld 408576698