diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-07-24 14:34:04 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-08-12 08:56:43 +0200 |
commit | acd3ede7c57d6b4a24e0787cb7015a7b189737fd (patch) | |
tree | 5dd68eb84ccefcb82ffdb782584b8576913c302e /src/lib/dhcpsrv/lease.h | |
parent | [#1065] update stats according to current lease state (diff) | |
download | kea-acd3ede7c57d6b4a24e0787cb7015a7b189737fd.tar.xz kea-acd3ede7c57d6b4a24e0787cb7015a7b189737fd.zip |
[#1065] reverted
Diffstat (limited to 'src/lib/dhcpsrv/lease.h')
-rw-r--r-- | src/lib/dhcpsrv/lease.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |