net/http: remove unused test type

Change-Id: Ia8d4459a39425583027f00410fe17b9686b768db
Reviewed-on: https://go-review.googlesource.com/3026
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Jongmin Kim 2015-01-19 21:13:13 +09:00 committed by Brad Fitzpatrick
parent 4d226dfee9
commit fd880f8d26
1 changed files with 0 additions and 2 deletions

View File

@ -402,8 +402,6 @@ type getBasicAuthTest struct {
ok bool
}
type parseBasicAuthTest getBasicAuthTest
type basicAuthCredentialsTest struct {
username, password string
}