mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
svga: Removed the unused label 'done' in svga_validate_surface_view()
Trivial fix
This commit is contained in:
parent
019d5d5346
commit
fbda9b905a
1 changed files with 0 additions and 1 deletions
|
|
@ -574,7 +574,6 @@ svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s)
|
|||
}
|
||||
}
|
||||
|
||||
done:
|
||||
SVGA_STATS_TIME_POP(svga_sws(svga));
|
||||
|
||||
return s ? &s->base : NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue