From ca52132cefecea8a4da46df2c869b11e92e01f61 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 5 Dec 2013 19:48:08 +0000 Subject: [PATCH] reverse this until I have evidence it would be needed --- msg.go | 1 - types.go | 1 - 2 files changed, 2 deletions(-) diff --git a/msg.go b/msg.go index 1d10facd..7dc0f5dd 100644 --- a/msg.go +++ b/msg.go @@ -150,7 +150,6 @@ var TypeToString = map[uint16]string{ TypeURI: "URI", TypeWKS: "WKS", TypeX25: "X25", - Type65534: "TYPE65534", } // Reverse, needed for string parsing. diff --git a/types.go b/types.go index eac6d43d..335acc29 100644 --- a/types.go +++ b/types.go @@ -104,7 +104,6 @@ const ( TypeCAA uint16 = 257 TypeTA uint16 = 32768 TypeDLV uint16 = 32769 - Type65534 uint16 = 65534 TypeReserved uint16 = 65535 // valid Question.Qclass