Skip to content

Commit

Permalink
testing/ostest/wdog.c: remove a set-only global
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Nov 22, 2024
1 parent 3cbcbb6 commit f607a18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/ostest/signest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f607a18

Please sign in to comment.