| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java
|
| index 0f9e36d1a804fe607354ca3e00226592b00928d3..4792f545191b92f4bb9ff4b84516ee339e278aab 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java
|
| @@ -256,11 +256,6 @@ public class DartCompilerUtilities {
|
| libraryManager) {
|
|
|
| @Override
|
| - public boolean checkOnly() {
|
| - return true;
|
| - }
|
| -
|
| - @Override
|
| public boolean incremental() {
|
| return true;
|
| }
|
| @@ -425,11 +420,6 @@ public class DartCompilerUtilities {
|
| libraryManager) {
|
|
|
| @Override
|
| - public boolean checkOnly() {
|
| - return true;
|
| - }
|
| -
|
| - @Override
|
| public boolean incremental() {
|
| return true;
|
| }
|
|
|