]> granicus.if.org Git - pdns/commitdiff
and now we remove the unused variable ;-)
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 12 Apr 2011 09:28:05 +0000 (09:28 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 12 Apr 2011 09:28:05 +0000 (09:28 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2152 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dnsparser.hh

index e384eca2158b5449d523f2f25349e2af2d7ee698..917358154954c9f1cac7220215501628682d87fb 100644 (file)
@@ -307,7 +307,7 @@ public:
   dnsheader d_header;
   string d_qname;
   uint16_t d_qclass, d_qtype;
-  uint8_t d_rcode;
+  //uint8_t d_rcode;
 
   typedef vector<pair<DNSRecord, uint16_t > > answers_t;