summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-11-20 09:34:11 -0700
committerBrian Paul <[email protected]>2015-11-20 09:35:18 -0700
commit0743e14aeef8f91bdd1fbd05f615458cf2b01d41 (patch)
tree3a122b6a8988cdb77c6c28c2ea0b01eb779204f4 /src/mesa/main/errors.c
parent108013b8e5c593f9039335010672466ef6ac6010 (diff)
mesa: remove unused var in _mesa_PushDebugGroup()
Trivial.
Diffstat (limited to 'src/mesa/main/errors.c')
-rw-r--r--src/mesa/main/errors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
index fe628c39ac5..366b119aba3 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";