Skip to content

Commit

Permalink
Chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jan 20, 2024
1 parent 6fda390 commit 0ed82d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions speedometer/speedometer.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ func (s *Speedometer) Close() error {
return nil
}

/*func (s *Speedometer) IsSlow() bool {
return s.internal.slow.Load()
}*/

// Rate returns the bytes per second rate at which data is being written to the underlying writer.
func (s *Speedometer) Rate() float64 {
if s.internal.closed.Load() {
Expand Down

0 comments on commit 0ed82d8

Please sign in to comment.