From 3d14c44629318af92f1b9f50e19a7fe6bdf485e8 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Sun, 29 Jan 2023 00:37:40 +0100 Subject: [PATCH] COMP: MSVC Code Analysis warning, "redundant code" in ImageIORegionGTest Fixed a Visual C++ 2022 Code Analysis warning, saying: > warning C6287: Redundant code. --- Modules/Core/Common/test/itkImageIORegionGTest.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Core/Common/test/itkImageIORegionGTest.cxx b/Modules/Core/Common/test/itkImageIORegionGTest.cxx index 8af2a359f27..fc1e8297d61 100644 --- a/Modules/Core/Common/test/itkImageIORegionGTest.cxx +++ b/Modules/Core/Common/test/itkImageIORegionGTest.cxx @@ -43,7 +43,6 @@ IsDefaultConstructibleCopyableNoThrowMovableAndDestructible() StaticAssertValueOfTypeTrait>() && StaticAssertValueOfTypeTrait>() && StaticAssertValueOfTypeTrait>() && - StaticAssertValueOfTypeTrait>() && StaticAssertValueOfTypeTrait>(); }