Mesa (gallium-mesa-7.4): mesa: remove unused 'out' label

Alan Hourihane alanh at kemper.freedesktop.org
Thu Mar 26 17:36:05 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: f850ff2bcc1e100ae1d5dc3f5e60a49df895db01
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f850ff2bcc1e100ae1d5dc3f5e60a49df895db01

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Mar 23 08:27:00 2009 -0600

mesa: remove unused 'out' label

---

 src/mesa/main/state.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 5284b7d..7998e81 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -558,7 +558,6 @@ _mesa_update_state_locked( GLcontext *ctx )
     * Set ctx->NewState to zero to avoid recursion if
     * Driver.UpdateState() has to call FLUSH_VERTICES().  (fixed?)
     */
- out:
    new_state = ctx->NewState | new_prog_state;
    ctx->NewState = 0;
    ctx->Driver.UpdateState(ctx, new_state);




More information about the mesa-commit mailing list