mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 03:51:35 +01:00
Removed deprecated methods/types.
This commit is contained in:
@@ -441,8 +441,4 @@ bool IP::matches_response(uint8_t *ptr, uint32_t total_sz) {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
PDU *IP::clone_packet(const uint8_t *ptr, uint32_t total_sz) {
|
||||
return new IP(ptr, total_sz);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user