| Index: pkg/polymer/lib/src/transform/common.dart
|
| diff --git a/pkg/polymer/lib/src/transform/common.dart b/pkg/polymer/lib/src/transform/common.dart
|
| index c72e8b1cd92f84552a81a9a625f5535fbdd8c604..f20d836f7f71055d1094fdad196cd286f013d567 100644
|
| --- a/pkg/polymer/lib/src/transform/common.dart
|
| +++ b/pkg/polymer/lib/src/transform/common.dart
|
| @@ -13,15 +13,6 @@ import 'package:html5lib/parser.dart' show HtmlParser;
|
| import 'package:path/path.dart' as path;
|
| import 'package:source_maps/span.dart' show Span;
|
|
|
| -// TODO(sigmund): delete this function (see dartbug.com/12515 and
|
| -// dartbug.com/12516)
|
| -Future<String> getPrimaryContent(Transform transform) =>
|
| - transform.primaryInput.then((asset) => asset.readAsString());
|
| -
|
| -// TODO(sigmund): delete this function (see dartbug.com/12515)
|
| -Future<String> getContent(Transform transform, AssetId id) =>
|
| - transform.getInput(id).then((asset) => asset.readAsString());
|
| -
|
| /**
|
| * Parses an HTML file [contents] and returns a DOM-like tree. Adds emitted
|
| * error/warning to [logger].
|
|
|