From: Francis Dupont Date: Wed, 24 Jun 2015 13:02:52 +0000 (+0200) Subject: [3919] Removed unused old_leases X-Git-Tag: trac3911_base~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c4f5e2dcd8ee16b74c0dd9f21f6e6c6cc1de17;p=thirdparty%2Fkea.git [3919] Removed unused old_leases --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 3927bcf64a..9ec0376287 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -1611,7 +1611,6 @@ Dhcpv6Srv::assignIA_PD(const Pkt6Ptr& query, const Pkt6Ptr& answer, // will try to honor the hint, but it is just a hint - some other address // may be used instead. If fake_allocation is set to false, the lease will // be inserted into the LeaseMgr as well. - Lease6Collection old_leases; AllocEngine::ClientContext6 ctx(subnet, duid, ia->getIAID(), hint, Lease::TYPE_PD, false, false, string(), fake_allocation); ctx.callout_handle_ = getCalloutHandle(query);