Chore: remove unused code (#282)

This commit is contained in:
comwrg 2019-08-27 16:23:44 +08:00 committed by Dreamacro
parent 71f0a4e35e
commit 5cc66e51db

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) {