Browse Source

remove unused variables

Darien Raymond 8 years ago
parent
commit
c13b212fc6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/dns/server/server.go

+ 0 - 1
app/dns/server/server.go

@@ -27,7 +27,6 @@ type DomainRecord struct {
 
 
 type CacheServer struct {
 type CacheServer struct {
 	sync.RWMutex
 	sync.RWMutex
-	space   app.Space
 	hosts   map[string]net.IP
 	hosts   map[string]net.IP
 	records map[string]*DomainRecord
 	records map[string]*DomainRecord
 	servers []NameServer
 	servers []NameServer