Removing a piece of code that was not being executed and should not be executed.

This commit is contained in:
patterniha 2025-05-12 21:08:59 +03:30
parent 72170d8b6b
commit aa39663c36
3 changed files with 0 additions and 32 deletions

View file

@ -24,10 +24,6 @@ type Client interface {
LookupIP(domain string, option IPOption) ([]net.IP, uint32, error)
}
type HostsLookup interface {
LookupHosts(domain string) *net.Address
}
// ClientType returns the type of Client interface. Can be used for implementing common.HasType.
//
// xray:api:beta