cleanup(netxlite): drop the DefaultDialer legacy name (#796)
Part of https://github.com/ooni/probe/issues/2121
This commit is contained in:
parent
c6b3889a33
commit
07c0b08505
5 changed files with 37 additions and 7 deletions
|
|
@ -8,7 +8,6 @@ package netxlite
|
|||
//
|
||||
// Deprecated: do not use these names in new code.
|
||||
var (
|
||||
DefaultDialer = &DialerSystem{}
|
||||
NewResolverSystem = newResolverSystem
|
||||
DefaultResolver = newResolverSystem()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue