zink: remove unnecessary return from zink_desc_type_from_vktype()
this doesn't compile in c++ Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11685>
This commit is contained in:
@@ -128,8 +128,6 @@ zink_desc_type_from_vktype(VkDescriptorType type)
|
||||
default:
|
||||
unreachable("unhandled descriptor type");
|
||||
}
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user