mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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:
parent
c066c04598
commit
fab117217c
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue