From 46443f876938bb2aa4b731cdc753d09ae6e7e404 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 22 May 2015 18:52:37 +0200 Subject: [PATCH] Shrink MOADNSParser from 88 to 80 bytes --- pdns/dnsparser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 6ce7d09df1..cc6de7673f 100644 --- a/pdns/dnsparser.hh +++ b/pdns/dnsparser.hh @@ -319,10 +319,10 @@ public: init(packet, len); } - dnsheader d_header; string d_qname; uint16_t d_qclass, d_qtype; //uint8_t d_rcode; + dnsheader d_header; typedef vector > answers_t; -- 2.47.2