more changes

This commit is contained in:
Miek Gieben 2012-07-16 19:11:40 +02:00
parent 0f583730b9
commit 3d60449628
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ func (z *Zone) Insert(r RR) {
default:
zd.(*ZoneData).RR[t] = append(zd.(*ZoneData).RR[t], r)
}
// TODO(mg): Glue
return
}