v3dv: Remove redundant unreachable in v3dvx_pipeline.c
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18204>
This commit is contained in:
@@ -60,11 +60,6 @@ blend_factor(VkBlendFactor factor, bool dst_alpha_one, bool *needs_constants)
|
||||
default:
|
||||
unreachable("Unknown blend factor.");
|
||||
}
|
||||
|
||||
/* Should be handled by the switch, added to avoid a "end of non-void
|
||||
* function" error
|
||||
*/
|
||||
unreachable("Unknown blend factor.");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user