]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
posix: Remove unused variable on tst-_Fork.c
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 25 Mar 2022 14:25:22 +0000 (11:25 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 31 Mar 2022 11:57:12 +0000 (08:57 -0300)
Checked on x86_64-linux-gnu and i686-linux-gnu.

posix/tst-_Fork.c

index d383f87bf7570709217267747c62a7cfd716cc3f..ae1ba9bb212c122d752ce564f34dd192be6357fd 100644 (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;