Skip to content

Commit

Permalink
Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 12, 2023
1 parent 75f6115 commit 82735f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HtmlKit/HtmlTokenizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ int Peek ()

int Read ()
{
//int c = text.Read ();
FillBuffer ();

if (bufferIndex >= bufferEnd)
Expand All @@ -312,7 +311,6 @@ int Read ()
return c;
}

// Note: value must be lowercase
bool NameIs (string value)
{
if (name.Length != value.Length)
Expand Down

0 comments on commit 82735f2

Please sign in to comment.