summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state_fragprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state_fragprog.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_state_fragprog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_fragprog.c b/src/mesa/pipe/i915simple/i915_state_fragprog.c
index 83f43befaf..163883b07a 100644
--- a/src/mesa/pipe/i915simple/i915_state_fragprog.c
+++ b/src/mesa/pipe/i915simple/i915_state_fragprog.c
@@ -56,8 +56,6 @@ static unsigned passthrough[] =
unsigned *i915_passthrough_program( unsigned *dwords )
{
- i915_disassemble_program( passthrough, Elements(passthrough) );
-
*dwords = Elements(passthrough);
return passthrough;
}