]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1065] reverted
authorRazvan Becheriu <razvan@isc.org>
Fri, 24 Jul 2020 12:34:04 +0000 (15:34 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 12 Aug 2020 06:56:43 +0000 (09:56 +0300)
src/lib/dhcpsrv/lease.h

index 52c7a716b478b6fa5fc922d3a499ffd4a5be4d48..a9e27fd023e645834a40c8ec79f12132d9314461 100644 (file)
@@ -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;