Mesa (master): svga: Removed the unused label 'done' in svga_validate_surface_view()

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 26 17:40:28 UTC 2017


Module: Mesa
Branch: master
Commit: fbda9b905a5424e46f2e2d46c172e99af9db140a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbda9b905a5424e46f2e2d46c172e99af9db140a

Author: Charmaine Lee <charmainel at vmware.com>
Date:   Thu Apr 20 11:40:00 2017 -0700

svga: Removed the unused label 'done' in svga_validate_surface_view()

Trivial fix

---

 src/gallium/drivers/svga/svga_surface.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c
index 6aab34a0cf..fdc6ba4e4d 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;




More information about the mesa-commit mailing list