Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java |
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java |
index 6f91ea6d0d746ed9aefb102298b0a6812abeb556..6e6b267b374765384f14339a2892fecc8eea0935 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java |
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java |
@@ -86,8 +86,6 @@ public class HtmlBuildParticipant implements BuildParticipant, BuildVisitor { |
} catch (IOException ioe) { |
} |
- |
- HtmlAnalyzeHelper.analyze(file); |
} |
private void validate(XmlDocument document, IFile file) throws CoreException { |