From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 18:23:57 +0000 (+0200) Subject: Remove redundant function declaration X-Git-Tag: dnsdist-1.3.1~120^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af184eb0271046ecc20c2f7052a01a42f6c3e859;p=pdns Remove redundant function declaration --- diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index f81a21b6c..0316bf2aa 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -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);