Index: tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart |
diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart |
index 6a39556ed71fef39d26e86b869698edbdb567ca6..d647c615dc53450bf77f73bce0b629aac43dfa53 100644 |
--- a/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart |
+++ b/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart |
@@ -427,8 +427,6 @@ $jsTrace |
/// Computes the HTML information for the [info]. |
SourceMapHtmlInfo createHtmlInfo( |
SourceLocationCollection collection, SourceMapInfo info) { |
- js.Node node = info.node; |
- String code = info.code; |
String name = info.name; |
SourceLocationCollection subcollection = |
new SourceLocationCollection(collection); |