rmoved deprecated constructor

This commit is contained in:
orignal 2016-05-25 15:18:21 -04:00
parent 4e4f9b6f8b
commit e686fad546
2 changed files with 0 additions and 51 deletions

View file

@ -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;