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:
Mike Blumenkrantz
2021-05-11 14:21:07 -04:00
parent 742805b1d7
commit ccf6ea3070
-2
View File
@@ -128,8 +128,6 @@ zink_desc_type_from_vktype(VkDescriptorType type)
default:
unreachable("unhandled descriptor type");
}
return 0;
}
void