diff options
author | Brian Paul <[email protected]> | 2015-11-20 09:34:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-11-20 09:35:18 -0700 |
commit | 0743e14aeef8f91bdd1fbd05f615458cf2b01d41 (patch) | |
tree | 3a122b6a8988cdb77c6c28c2ea0b01eb779204f4 /src/mesa/main/errors.c | |
parent | 108013b8e5c593f9039335010672466ef6ac6010 (diff) |
mesa: remove unused var in _mesa_PushDebugGroup()
Trivial.
Diffstat (limited to 'src/mesa/main/errors.c')
-rw-r--r-- | src/mesa/main/errors.c | 1 |
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"; |