mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
remove useless assertions
This commit is contained in:
parent
85cfe029b9
commit
1b5f20c665
1 changed files with 0 additions and 2 deletions
|
|
@ -79,11 +79,9 @@ static struct vertex_header *copy_bfc( struct twoside_stage *twoside,
|
|||
const struct draw_context *draw = twoside->stage.draw;
|
||||
|
||||
if (draw->attrib_front0 && draw->attrib_back0) {
|
||||
assert(draw->attrib_back0);
|
||||
copy_attrib(draw->attrib_front0, draw->attrib_back0, tmp);
|
||||
}
|
||||
if (draw->attrib_front1 && draw->attrib_back1) {
|
||||
assert(draw->attrib_back1);
|
||||
copy_attrib(draw->attrib_front1, draw->attrib_back1, tmp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue