| 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);
|
|
|