Chore: remove unused code (#282)
This commit is contained in:
parent
71f0a4e35e
commit
5cc66e51db
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ func (u *URLTest) speedTest() {
|
||||||
if fast != nil {
|
if fast != nil {
|
||||||
u.fast = fast.(C.Proxy)
|
u.fast = fast.(C.Proxy)
|
||||||
}
|
}
|
||||||
|
|
||||||
<-ctx.Done()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewURLTest(option URLTestOption, proxies []C.Proxy) (*URLTest, error) {
|
func NewURLTest(option URLTestOption, proxies []C.Proxy) (*URLTest, error) {
|
||||||
|
|
Loading…
Reference in a new issue