summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-14 19:14:10 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-16 15:16:06 -0600
commit6de6999edc41ed5cb8840bfb3265d025b2cbdfe7 (patch)
tree321c5b3e56c395ec77683d4e2ad80e5d4192711d /src
parent1af2b14514146d5f0d48a45165a579e88cc7a867 (diff)
whitespace/formatting
Diffstat (limited to 'src')
-rw-r--r--src/mesa/shader/prog_execute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c
index d9bde3fc04..8ce2ca3964 100644
--- a/src/mesa/shader/prog_execute.c
+++ b/src/mesa/shader/prog_execute.c
@@ -1522,9 +1522,7 @@ _mesa_execute_program(GLcontext * ctx,
default:
_mesa_problem(ctx, "Bad opcode %d in _mesa_execute_program",
inst->Opcode);
- assert(0);
return GL_TRUE; /* return value doesn't matter */
-
}
numExec++;