]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove redundant function declaration 6537/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 30 Apr 2018 18:23:57 +0000 (20:23 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 30 Apr 2018 18:23:57 +0000 (20:23 +0200)
pdns/dnspacket.cc

index f81a21b6cb503b781f5fd0d67ffee03edd411746..0316bf2aaee3d7010b654f5d92185fad616cee06 100644 (file)
@@ -44,7 +44,7 @@
 #include "dnswriter.hh"
 #include "dnsparser.hh"
 #include "dnsrecords.hh"
-#include "dnssecinfra.hh" 
+#include "dnssecinfra.hh"
 #include "base64.hh"
 #include "ednssubnet.hh"
 #include "gss_context.hh"
@@ -331,7 +331,6 @@ void DNSPacket::wrapup()
       noCommit:;
       
       if(d_haveednssubnet) {
-        string makeEDNSSubnetOptsString(const EDNSSubnetOpts& eso);
         EDNSSubnetOpts eso = d_eso;
         eso.scope = Netmask(eso.source.getNetwork(), maxScopeMask);