Skip to content

Commit cd7230d

Browse files
committed
remove extraneous bothNan
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 1e3fe86 commit cd7230d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/OpenEXRCoreTest/compression.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ struct pixels
530530
return;
531531
#endif
532532
uint32_t a,b; memcpy(&a,&af,sizeof a); memcpy(&b,&bf,sizeof b);
533-
const bool bothNan = std::isnan (af) && std::isnan (bf);
534533
if (a != b)
535534
{
536535
std::cout << chan << " float at " << x << ", " << y

0 commit comments

Comments
 (0)