Darien Raymond 8 роки тому
батько
коміт
c13b212fc6
1 змінених файлів з 0 додано та 1 видалено
  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 {
 	sync.RWMutex
-	space   app.Space
 	hosts   map[string]net.IP
 	records map[string]*DomainRecord
 	servers []NameServer