diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 56db0cb..c2447ec 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -15938,7 +15938,6 @@ void VulkanHppGenerator::readTypeDefine( tinyxml2::XMLElement const * element, s } else if ( attribute.first == "deprecated" ) { - assert( attribute.second == "true" ); deprecated = true; } else if ( attribute.first == "name" )