Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Remove unused container field from HtmlParser (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Jan 25, 2021
1 parent b56ff32 commit 1eb086f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.15.0-dev

- Drop `HtmlParser.lastPhase` and `HtmlParser.beforeRcDataPhase`. These fields
never had a value other than `null`.
- Drop `lastPhase`, `beforeRcDataPhase`, and `container` fields from
`HtmlParser` class. These fields never had a value other than `null`.

## 0.14.0+4

Expand Down
2 changes: 0 additions & 2 deletions lib/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ class HtmlParser {

final List<ParseError> errors = <ParseError>[];

String container;

bool firstStartTag = false;

// TODO(jmesserly): use enum?
Expand Down

0 comments on commit 1eb086f

Please sign in to comment.