Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 18, 2023
1 parent 6dcea67 commit 9c413f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion denylist.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func (dl *Denylist) followLines(r *bufio.Reader, limRdr *io.LimitedReader, lineN
line = ""
limRdr.N = maxLineSize // reset
}
return nil
}

// parseLine processes every full-line read and puts it into the BlocksDB etc.
Expand Down

0 comments on commit 9c413f3

Please sign in to comment.