mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 10:45:57 +01:00
Removed the PDU* parameter in several PDU's constructors.
This commit is contained in:
@@ -57,12 +57,6 @@ Loopback::Loopback()
|
||||
: _family()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Loopback::Loopback(PDU *inner_pdu)
|
||||
: PDU(inner_pdu), _family()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Loopback::Loopback(const uint8_t *buffer, uint32_t total_sz)
|
||||
|
||||
Reference in New Issue
Block a user