Chore: remove unused code (#282)

This commit is contained in:
gVisor bot 2019-08-27 16:23:44 +08:00
parent ffc52e6003
commit 72ff58216d

View File

@ -125,8 +125,6 @@ func (u *URLTest) speedTest() {
if fast != nil {
u.fast = fast.(C.Proxy)
}
<-ctx.Done()
}
func NewURLTest(option URLTestOption, proxies []C.Proxy) (*URLTest, error) {