Skip to content

Commit 1b058a6

Browse files
committed
Remove unused method
1 parent 1ee5e29 commit 1b058a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rest/utilities_testing_blip_client.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@ func (cd *clientDoc) currentVersion(t testing.TB) *db.Version {
299299
return &rev.version.CV
300300
}
301301

302-
func (cd *clientDoc) _currentVersion(t testing.TB) *db.Version {
303-
rev, err := cd._latestRev()
304-
require.NoError(t, err)
305-
return &rev.version.CV
306-
}
307-
308302
type BlipTesterCollectionClient struct {
309303
parent *BlipTesterClient
310304

0 commit comments

Comments
 (0)