mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
p2p: remove unused lookupIPFunc
This commit is contained in:
parent
ca438bd2e2
commit
163ff70159
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ import (
|
|||
|
||||
var (
|
||||
incompleteNodeURL = regexp.MustCompile("(?i)^(?:enode://)?([0-9a-f]+)$")
|
||||
lookupIPFunc = net.LookupIP
|
||||
)
|
||||
|
||||
// MustParseV4 parses a node URL. It panics if the URL is not valid.
|
||||
|
|
|
|||
Loading…
Reference in a new issue