posix: Remove unused variable on tst-_Fork.c

Checked on x86_64-linux-gnu and i686-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2022-03-25 11:25:22 -03:00
parent 2fe316888a
commit f902892aaf
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ singlethread_test (void)
}
static volatile sig_atomic_t sigusr1_handler_ran;
#define SIG_PID_EXIT_CODE 20
static bool atfork_prepare_var;