From: Adhemerval Zanella Date: Fri, 25 Mar 2022 14:25:22 +0000 (-0300) Subject: posix: Remove unused variable on tst-_Fork.c X-Git-Tag: glibc-2.36~421 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f902892aaf92295a7d3065370412fb51a13e13e9;p=thirdparty%2Fglibc.git posix: Remove unused variable on tst-_Fork.c Checked on x86_64-linux-gnu and i686-linux-gnu. --- diff --git a/posix/tst-_Fork.c b/posix/tst-_Fork.c index d383f87bf75..ae1ba9bb212 100644 --- a/posix/tst-_Fork.c +++ b/posix/tst-_Fork.c @@ -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;