remove unused variables

pull/480/head
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
1 changed files with 0 additions and 1 deletions

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