[tlv] remove unnecessary user-specified constructor (#2940)

This commit is contained in:
Jonathan Hui
2018-08-01 10:32:46 -05:00
committed by GitHub
parent bcfa7edff1
commit 412f9740b0
-10
View File
@@ -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.
*