mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 20:27:47 +00:00
[posix] remove unused node id (#5416)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -46,8 +46,6 @@
|
||||
|
||||
#include "common/code_utils.hpp"
|
||||
|
||||
uint64_t gNodeId = 0;
|
||||
|
||||
otInstance *otSysInit(otPlatformConfig *aPlatformConfig)
|
||||
{
|
||||
otInstance * instance = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user