mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 14:27:47 +00:00
[dtls] remove unused method decelerations (#5147)
This commit is contained in:
@@ -427,9 +427,6 @@ private:
|
||||
void HandleDtlsReceive(const uint8_t *aBuf, uint16_t aLength);
|
||||
otError HandleDtlsSend(const uint8_t *aBuf, uint16_t aLength, Message::SubType aMessageSubType);
|
||||
|
||||
static void HandleUdpTransmit(Tasklet &aTasklet);
|
||||
void HandleUdpTransmit(void);
|
||||
|
||||
void Process(void);
|
||||
|
||||
State mState;
|
||||
|
||||
Reference in New Issue
Block a user