Remove unused stuff

This commit is contained in:
Miek Gieben 2012-08-05 21:11:41 +02:00
parent e628564f33
commit 1faf557ac1
1 changed files with 0 additions and 1 deletions

1
msg.go
View File

@ -81,7 +81,6 @@ type Msg struct {
MsgHdr
Compress bool // If true, the message will be compressed when converted to wire format.
Size int // Number of octects in the message received from the wire.
RemoteAddr net.Addr // The remote address. Either the server or the client connecting.
Question []Question // Holds the RR(s) of the question section.
Answer []RR // Holds the RR(s) of the answer section.
Ns []RR // Holds the RR(s) of the authority section.