Skip to content

Commit 0904df3

Browse files
committed
Remove last trace of Tokenizer.lastFourChars
1 parent d2474af commit 0904df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html5lib/_tokenizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, stream, parser=None, **kwargs):
4444

4545
# Setup the initial tokenizer state
4646
self.escapeFlag = False
47-
self.lastFourChars = []
4847
self.state = self.dataState
4948
self.escape = False
5049

0 commit comments

Comments
 (0)