From: Ruben d'Arco Date: Fri, 5 Jun 2015 08:47:35 +0000 (+0200) Subject: add fixme X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6b2035255c1d1da31ba39109a739fef65efe91c;p=pdns add fixme --- diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index aa26fb773..a4feb6df2 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)