svga: Removed the unused label 'done' in svga_validate_surface_view()
authorCharmaine Lee <charmainel@vmware.com>
Thu, 20 Apr 2017 18:40:00 +0000 (11:40 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Apr 2017 17:37:59 +0000 (11:37 -0600)
Trivial fix

src/gallium/drivers/svga/svga_surface.c

index 6aab34a0cf2566ad6916e8a446c667df5755ff85..fdc6ba4e4daa478c69e948d6c4c5e33f93e84b7e 100644 (file)
@@ -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;