]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: remove unused test type
authorJongmin Kim <atomaths@gmail.com>
Mon, 19 Jan 2015 12:13:13 +0000 (21:13 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 19 Jan 2015 15:56:49 +0000 (15:56 +0000)
Change-Id: Ia8d4459a39425583027f00410fe17b9686b768db
Reviewed-on: https://go-review.googlesource.com/3026
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/request_test.go

index 759ea4e8b5d8ed2daf2d5c5b7a31c1b995b35513..671841ff70d1905bc265f452043d8badc98d6aac 100644 (file)
@@ -402,8 +402,6 @@ type getBasicAuthTest struct {
        ok                 bool
 }
 
-type parseBasicAuthTest getBasicAuthTest
-
 type basicAuthCredentialsTest struct {
        username, password string
 }