Dont know what I wanted with this

This commit is contained in:
Miek Gieben 2012-02-19 15:49:02 +01:00
parent 73299288aa
commit b47f11ff9c
1 changed files with 0 additions and 7 deletions

7
msg.go
View File

@ -1291,13 +1291,6 @@ func (dns *Msg) Len() int {
return l
}
// CompressedLen returns the length of the message when in
// compressed wire format.
func (dns *Msg) CompressedLen() int {
// Uhh. TODO
return 0
}
// Id return a 16 bits random number to be used as a
// message id. The random provided should be good enough.
func Id() uint16 {