From: Charmaine Lee Date: Thu, 20 Apr 2017 18:40:00 +0000 (-0700) Subject: svga: Removed the unused label 'done' in svga_validate_surface_view() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbda9b905a5424e46f2e2d46c172e99af9db140a;p=mesa.git svga: Removed the unused label 'done' in svga_validate_surface_view() Trivial fix --- diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c index 6aab34a0cf2..fdc6ba4e4da 100644 --- a/src/gallium/drivers/svga/svga_surface.c +++ b/src/gallium/drivers/svga/svga_surface.c @@ -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;