From b47f11ff9c5710a0bcdd843c092d1d72d48e19cc Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 19 Feb 2012 15:49:02 +0100 Subject: [PATCH] Dont know what I wanted with this --- msg.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/msg.go b/msg.go index becb5cea..15517c9c 100644 --- a/msg.go +++ b/msg.go @@ -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 {