]> granicus.if.org Git - pdns/commitdiff
add fixme
authorRuben d'Arco <cyclops@prof-x.net>
Fri, 5 Jun 2015 08:47:35 +0000 (10:47 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jun 2015 06:12:46 +0000 (08:12 +0200)
pdns/dnsname.hh

index aa26fb7736cb56726e74e1dfa2cf0c8529f9056b..a4feb6df27099a174115d08dea4f674dc61c96fc 100644 (file)
@@ -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)