mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
rmoved deprecated constructor
This commit is contained in:
parent
4e4f9b6f8b
commit
e686fad546
2 changed files with 0 additions and 51 deletions
|
@ -46,7 +46,6 @@ namespace data
|
|||
public:
|
||||
|
||||
LeaseSet (const uint8_t * buf, size_t len, bool storeLeases = true);
|
||||
LeaseSet (std::shared_ptr<const i2p::tunnel::TunnelPool> pool); // deprecated
|
||||
~LeaseSet () { delete[] m_Buffer; };
|
||||
void Update (const uint8_t * buf, size_t len);
|
||||
bool IsNewer (const uint8_t * buf, size_t len) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue