From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id D2D053838010; Thu, 31 Mar 2022 11:57:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2D053838010 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] posix: Remove unused variable on tst-_Fork.c X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 2fe316888a5d4ef9b215c7de2532ce981930b97e X-Git-Newrev: f902892aaf92295a7d3065370412fb51a13e13e9 Message-Id: <20220331115747.D2D053838010@sourceware.org> Date: Thu, 31 Mar 2022 11:57:47 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2022 11:57:47 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f902892aaf92295a7d3065370412fb51a13e13e9 commit f902892aaf92295a7d3065370412fb51a13e13e9 Author: Adhemerval Zanella Date: Fri Mar 25 11:25:22 2022 -0300 posix: Remove unused variable on tst-_Fork.c Checked on x86_64-linux-gnu and i686-linux-gnu. Diff: --- posix/tst-_Fork.c | 1 - 1 file changed, 1 deletion(-) diff --git a/posix/tst-_Fork.c b/posix/tst-_Fork.c index d383f87bf7..ae1ba9bb21 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;