summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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";