mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 14:10:09 +00:00
[tlv] remove unnecessary user-specified constructor (#2940)
This commit is contained in:
@@ -56,16 +56,6 @@ OT_TOOL_PACKED_BEGIN
|
||||
class Tlv
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Default constructor.
|
||||
*
|
||||
*/
|
||||
Tlv(void)
|
||||
: mType(0)
|
||||
, mLength(0)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* This method returns the Type value.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user