Dont use this type at all

This commit is contained in:
Miek Gieben 2012-12-05 16:07:09 +01:00
parent 9df1f9fb62
commit cebeb8474d
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ func (p uint16Slice) Len() int { return len(p) }
func (p uint16Slice) Less(i, j int) bool { return p[i] < p[j] }
func (p uint16Slice) Swap(i, j int) { p[i], p[j] = p[j], p[i] }
type signData struct{ node, next *ZoneData }
// SignatureConfig holds the parameters for zone (re)signing. This
// is copied from OpenDNSSEC. See:
// https://wiki.opendnssec.org/display/DOCS/kasp.xml