From 086af6f3d7fd638d2820ed4ebdd29b2668b300c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Thu, 16 Mar 2023 17:16:12 +0100 Subject: [PATCH] Removed an invalid assertion in readRequireEnum. (#1534) --- VulkanHppGenerator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 37acbb4..8f8ed63 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -12070,7 +12070,6 @@ void VulkanHppGenerator::readRequireEnum( tinyxml2::XMLElement const * element, value = attribute.second; } } - assert( protect.empty() || ( protect == getProtectFromPlatform( platform ) ) ); if ( protect.empty() ) { protect = getProtectFromPlatform( platform );