Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikushch committed Oct 11, 2018
1 parent f87c59c commit f5d67d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/proto/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ package proto_test

import (
"bytes"
"strings"
"testing"

"github.com/go-redis/redis/internal/proto"
)

func newReader(s string) *proto.Reader {
return proto.NewReader(strings.NewReader(s))
}

func BenchmarkReader_ParseReply_Status(b *testing.B) {
benchmarkParseReply(b, "+OK\r\n", nil, false)
}
Expand Down

0 comments on commit f5d67d8

Please sign in to comment.