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

Author: Brian Paul <[email protected]>
Date:   Fri Nov 20 09:34:11 2015 -0700

mesa: remove unused var in _mesa_PushDebugGroup()

Trivial.

---

 src/mesa/main/errors.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
index fe628c3..366b119 100644
--- a/src/mesa/main/errors.c
+++ b/src/mesa/main/errors.c
@@ -1142,7 +1142,6 @@ _mesa_PushDebugGroup(GLenum source, GLuint id, GLsizei 
length,
    const char *callerstr;
    struct gl_debug_state *debug;
    struct gl_debug_message *emptySlot;
-   GLuint ret;
 
    if (_mesa_is_desktop_gl(ctx))
       callerstr = "glPushDebugGroup";

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to