1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 02:05:23 +00:00

remove unused variables

This commit is contained in:
Darien Raymond 2017-06-22 21:07:16 +02:00
parent b17f89cf57
commit c13b212fc6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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