From: Bert Hubert Date: Sun, 13 Jul 2008 20:10:43 +0000 (+0000) Subject: remove some empty lines X-Git-Tag: rec-3.2~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bca6bf0bd35c5f5075d0268858d798f55440dbd;p=thirdparty%2Fpdns.git remove some empty lines git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1230 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/packetcache.hh b/pdns/packetcache.hh index 8e1bc549d5..d7f7184efb 100644 --- a/pdns/packetcache.hh +++ b/pdns/packetcache.hh @@ -73,7 +73,6 @@ public: PacketCache(); enum CacheEntryType { PACKETCACHE, QUERYCACHE, NEGCACHE}; - void insert(DNSPacket *q, DNSPacket *r); //!< We copy the contents of *p into our cache. Do not needlessly call this to insert questions already in the cache as it wastes resources void insert(const string &qname, const QType& qtype, CacheEntryType cet, const string& value, unsigned int ttl, int zoneID=-1, bool meritsRecursion=false); diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 9647e9f77e..1527c41060 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -320,7 +320,6 @@ void SyncRes::getBestNSFromCache(const string &qname, set&bes if(!dottedEndsOn(rr.content, subdomain) || RC.get(d_now.tv_sec, rr.content, s_doIPv6 ? QType(QType::ADDR) : QType(QType::A), s_log ? &aset : 0) > 5) { bestns.insert(rr); - LOG< '"<