anv/pass: Remove redundant assert

Trivial fix.
This commit is contained in:
Chad Versace
2015-10-29 11:47:39 -07:00
parent 1e98177439
commit 4073219cf1
-1
View File
@@ -75,7 +75,6 @@ VkResult anv_CreateRenderPass(
if (att->format->has_stencil &&
att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
assert(att->format->has_stencil);
pass->has_stencil_clear_attachment = true;
}
}