From c6b2035255c1d1da31ba39109a739fef65efe91c Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Fri, 5 Jun 2015 10:47:35 +0200 Subject: [PATCH] add fixme --- pdns/dnsname.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index aa26fb7736..a4feb6df27 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -45,7 +45,7 @@ public: bool isWildcard() const; unsigned int countLabels() const; bool empty() const { return countLabels()==0; } // FIXME remove me? - size_t length() const; + size_t length() const; // FIXME remove me? void clear() { trimToLabels(0); } // FIXME remove me? void trimToLabels(unsigned int); DNSName& operator+=(const DNSName& rhs) -- 2.47.2