[posix] remove unused node id (#5416)

This commit is contained in:
Yakun Xu
2020-08-18 09:09:12 -07:00
committed by GitHub
parent 54b31928cf
commit 5b7f3b9acf
2 changed files with 0 additions and 8 deletions
-6
View File
@@ -97,12 +97,6 @@ struct RadioProcessContext
const fd_set *mWriteFdSet;
};
/**
* Unique node ID.
*
*/
extern uint64_t gNodeId;
/**
* This function initializes the alarm service used by OpenThread.
*
-2
View File
@@ -46,8 +46,6 @@
#include "common/code_utils.hpp"
uint64_t gNodeId = 0;
otInstance *otSysInit(otPlatformConfig *aPlatformConfig)
{
otInstance * instance = nullptr;