From af184eb0271046ecc20c2f7052a01a42f6c3e859 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 20:23:57 +0200 Subject: [PATCH] Remove redundant function declaration --- pdns/dnspacket.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index f81a21b6cb..0316bf2aae 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); -- 2.47.2