Skip to content

Commit 876b8d9

Browse files
committed
Remove unused variable.
1 parent b853a84 commit 876b8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/test/src/math/smoke/FmaTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class FmaTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
8686
}
8787

8888
// Test overflow.
89-
OutType z = out.max_normal;
9089
InType in_z = LIBC_NAMESPACE::fputil::cast<InType>(out.max_normal);
9190
EXPECT_FP_EQ_ALL_ROUNDING(func(InType(-0.25), in_z, in_z),
9291
func(InType(1.75), in_z, -in_z));

0 commit comments

Comments
 (0)