diff --git a/source/blender/gpu/vulkan/vk_resource_pool.hh b/source/blender/gpu/vulkan/vk_resource_pool.hh index 09692f0e4aa..8de987f0b72 100644 --- a/source/blender/gpu/vulkan/vk_resource_pool.hh +++ b/source/blender/gpu/vulkan/vk_resource_pool.hh @@ -25,8 +25,6 @@ template class TimelineResources : Vectoris_empty() || this->last().first <= timeline, - "Timeline must be added in order"); this->append(std::pair(timeline, item)); }