mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
llvmpipe: remove unneeded break stmt
This commit is contained in:
parent
92b2af5f9a
commit
23a2166bc5
1 changed files with 0 additions and 1 deletions
|
|
@ -286,7 +286,6 @@ lp_build_blend_func(struct lp_build_context *bld,
|
|||
switch (func) {
|
||||
case PIPE_BLEND_ADD:
|
||||
return lp_build_add(bld, term1, term2);
|
||||
break;
|
||||
case PIPE_BLEND_SUBTRACT:
|
||||
return lp_build_sub(bld, term1, term2);
|
||||
case PIPE_BLEND_REVERSE_SUBTRACT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue