svga: Removed the unused label 'done' in svga_validate_surface_view()
Trivial fix
This commit is contained in:
committed by
Brian Paul
parent
019d5d5346
commit
fbda9b905a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user