]> granicus.if.org Git - pdns/commitdiff
Remove leftover function prototype
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 6 Nov 2014 15:39:44 +0000 (16:39 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 6 Nov 2014 15:39:44 +0000 (16:39 +0100)
No function body is to be seen anywhere.

pdns/dns.hh

index 3b1bb32a283f5c73f189b5a10f6db7509fa0dbac..efd756fd09227c93f103a482948beda7901984be 100644 (file)
@@ -228,5 +228,4 @@ void fillSOAData(const string &content, SOAData &data);
 /** for use by DNSPacket, converts a SOAData class to a ascii line again */
 string serializeSOAData(const SOAData &data);
 string &attodot(string &str);  //!< for when you need to insert an email address in the SOA
-string strrcode(unsigned char rcode);
 #endif