Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jun 22, 2017
1 parent b17f89c commit c13b212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/dns/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c13b212

Please sign in to comment.