From fa2c9fd8fa394ca4cb0364b2a8c175dbc64a20a3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 4 Jun 2012 19:39:02 +0200 Subject: [PATCH] No use on a per-query basis --- dns.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/dns.go b/dns.go index 03d71276..fda190bd 100644 --- a/dns.go +++ b/dns.go @@ -113,9 +113,6 @@ type Exchange struct { Reply *Msg // the answer to the question that was sent Rtt time.Duration // round trip time RemoteAddr net.Addr // address of the server - Nxdomain bool // True if nodata because name does not exist - Secure bool // True if result is secure - Bogus bool // True if result is bogus, see Error for the reason Error error // if something went wrong, this contains the error }