mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
draw: Remove dead code.
This commit is contained in:
parent
3194197efd
commit
d89de9c13f
1 changed files with 1 additions and 7 deletions
|
|
@ -864,7 +864,7 @@ draw_install_aapoint_stage(struct draw_context *draw,
|
|||
*/
|
||||
aapoint = draw_aapoint_stage( draw );
|
||||
if (aapoint == NULL)
|
||||
goto fail;
|
||||
return FALSE;
|
||||
|
||||
aapoint->pipe = pipe;
|
||||
|
||||
|
|
@ -881,10 +881,4 @@ draw_install_aapoint_stage(struct draw_context *draw,
|
|||
draw->pipeline.aapoint = &aapoint->stage;
|
||||
|
||||
return TRUE;
|
||||
|
||||
fail:
|
||||
if (aapoint)
|
||||
aapoint->stage.destroy( &aapoint->stage );
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue