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:
Yonggang Luo
2022-08-23 13:18:31 +08:00
committed by Marge Bot
parent c066c04598
commit fab117217c

View File

@@ -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