Explorar el Código

remove unused variables

Darien Raymond hace 8 años
padre
commit
c13b212fc6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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