mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 02:30:11 +00:00
[posix-app] remove unused global variables in system.c (#3117)
This commit is contained in:
committed by
Jonathan Hui
parent
0c72bc426c
commit
b8cfaa3afa
@@ -50,9 +50,6 @@ uint64_t NODE_ID = 0;
|
||||
|
||||
extern bool gPlatformPseudoResetWasRequested;
|
||||
|
||||
int gArgumentsCount = 0;
|
||||
char **gArguments = NULL;
|
||||
|
||||
static void PrintUsage(const char *aArg0)
|
||||
{
|
||||
fprintf(stderr, "Syntax:\n %s [-s TimeSpeedUpFactor] {NodeId|Device DeviceConfig|Command CommandArgs}\n", aArg0);
|
||||
@@ -106,9 +103,6 @@ void otSysInit(int aArgCount, char *aArgVector[])
|
||||
openlog(basename(aArgVector[0]), LOG_PID, LOG_USER);
|
||||
setlogmask(setlogmask(0) & LOG_UPTO(LOG_NOTICE));
|
||||
|
||||
gArgumentsCount = aArgCount;
|
||||
gArguments = aArgVector;
|
||||
|
||||
#if OPENTHREAD_POSIX_VIRTUAL_TIME
|
||||
otSimInit();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user