mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing/ostest/wdog.c: remove a set-only global
This commit is contained in:
parent
3cbcbb6521
commit
54a571fc92
1 changed files with 0 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ static sem_t g_sem_signal_finish;
|
|||
static volatile bool g_waiter_running;
|
||||
static volatile bool g_interferer_running;
|
||||
static volatile bool g_done;
|
||||
static volatile int g_nestlevel;
|
||||
|
||||
static volatile int g_even_handled;
|
||||
static volatile int g_odd_handled;
|
||||
|
|
@ -259,7 +258,6 @@ void signest_test(void)
|
|||
g_waiter_running = false;
|
||||
g_interferer_running = false;
|
||||
g_done = false;
|
||||
g_nestlevel = 0;
|
||||
|
||||
even_signals = 0;
|
||||
odd_signals = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue