mirror of https://github.com/v2ray/v2ray-core
remove unused variables
parent
b17f89cf57
commit
c13b212fc6
|
@ -27,7 +27,6 @@ type DomainRecord struct {
|
|||
|
||||
type CacheServer struct {
|
||||
sync.RWMutex
|
||||
space app.Space
|
||||
hosts map[string]net.IP
|
||||
records map[string]*DomainRecord
|
||||
servers []NameServer
|
||||
|
|
Loading…
Reference in New Issue