[network-data] remove unused enum constants (#6129)

This commit is contained in:
Abtin Keshavarzian
2021-01-29 07:28:07 -08:00
committed by GitHub
parent c71cae350e
commit ce2bbc92b5
-7
View File
@@ -976,13 +976,6 @@ protected:
uint8_t mLength; ///< The number of valid bytes in @var mTlvs.
private:
enum
{
kDataResubmitDelay = 300000, ///< DATA_RESUBMIT_DELAY (milliseconds) if the device itself is the server.
kProxyResubmitDelay = 5000, ///< Resubmit delay (milliseconds) if deregister as the child server proxy.
};
class NetworkDataIterator
{
public: