| Index: compiler/java/com/google/dart/compiler/parser/ParserContext.java
|
| diff --git a/compiler/java/com/google/dart/compiler/parser/ParserContext.java b/compiler/java/com/google/dart/compiler/parser/ParserContext.java
|
| index e3220d36b63f8a667bbbbd079c4ec5439b53f453..94b15bfff02ebe0931ec3bafa3e0913387dd55d1 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/ParserContext.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserContext.java
|
| @@ -75,12 +75,6 @@ public interface ParserContext {
|
| void error(DartCompilationError dartError);
|
|
|
| /**
|
| - * Log a parse warning for the current lexical range.
|
| - * @param dartError helpful error messaging describing what the expected tokens were
|
| - */
|
| - void warning(DartCompilationError dartError);
|
| -
|
| - /**
|
| * Return the current token.
|
| */
|
| Token getCurrentToken();
|
|
|