Skip to content

Commit

Permalink
chore: update the machine.go file
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Apr 30, 2023
1 parent c2e8290 commit 87e1d5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ func (m *machine) Parse(input []byte) (*URN, error) {
m.err = nil
m.tolower = []int{}
output := &URN{}

{
m.cs = start
}

{
if (m.p) == (m.pe) {
goto _testEof
Expand Down Expand Up @@ -1674,7 +1672,6 @@ func (m *machine) Parse(input []byte) (*URN, error) {
{
goto st46
}

}
}

Expand Down

0 comments on commit 87e1d5e

Please sign in to comment.