From: Razvan Becheriu Date: Fri, 24 Jul 2020 12:34:04 +0000 (+0300) Subject: [#1065] reverted X-Git-Tag: Kea-1.8.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd3ede7c57d6b4a24e0787cb7015a7b189737fd;p=thirdparty%2Fkea.git [#1065] reverted --- diff --git a/src/lib/dhcpsrv/lease.h b/src/lib/dhcpsrv/lease.h index 52c7a716b4..a9e27fd023 100644 --- a/src/lib/dhcpsrv/lease.h +++ b/src/lib/dhcpsrv/lease.h @@ -227,12 +227,6 @@ struct Lease : public isc::data::UserContext, public isc::data::CfgToElement { /// @param probation_period lease lifetime will be set to this value virtual void decline(uint32_t probation_period) = 0; - /// @brief Check lease for expiration or reclaimed state. - /// - /// @return true if the lease is expired or in reclaimed state, false - /// otherwise. - bool checkUpdateStats() const; - /// Avoid a clang spurious error using isc::data::CfgToElement::toElement;