git: 22a5c54e8a90 - stable/13 - Remove unused variables in msun/bsdsrc/b_tgamma.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 18:33:34 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=22a5c54e8a905cb47a5ff263f0a6c0d8980b1347 commit 22a5c54e8a905cb47a5ff263f0a6c0d8980b1347 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2025-08-09 17:24:08 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2025-08-14 18:32:25 +0000 Remove unused variables in msun/bsdsrc/b_tgamma.c PR: 288736 MFC after: 3 days (cherry picked from commit 53b77089e5cacb1ae863c3f70b3e6f286ca71df5) --- lib/msun/bsdsrc/b_tgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c index cc9f8f70297e..5ed69a28156f 100644 --- a/lib/msun/bsdsrc/b_tgamma.c +++ b/lib/msun/bsdsrc/b_tgamma.c @@ -261,7 +261,7 @@ small_gam(double x) static double smaller_gam(double x) { - double d, rhi, rlo, t, xhi, xlo; + double d, t, xhi, xlo; struct Double r; if (x < x0 + left) {