diff options
author | Matt Turner <[email protected]> | 2014-05-05 14:08:56 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-05-15 10:35:55 -0700 |
commit | 255357f79b6bfba1583346a77f0bfa7cfc174883 (patch) | |
tree | 8222fa2f10abdfd65ac26b0075bd3a6f129e002f /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | 006232bcdec77363cc5d123caffac4807871c7b3 (diff) |
i965: Delete current_insn() function.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index f10ad50e9c3..805c35b3937 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -90,11 +90,6 @@ struct brw_compile { int loop_stack_array_size; }; -static inline struct brw_instruction *current_insn( struct brw_compile *p) -{ - return &p->store[p->nr_insn]; -} - void brw_pop_insn_state( struct brw_compile *p ); void brw_push_insn_state( struct brw_compile *p ); void brw_set_mask_control( struct brw_compile *p, unsigned value ); |