diff options
author | Matt Turner <[email protected]> | 2014-06-14 22:51:29 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-06-17 10:18:38 -0700 |
commit | 9f7b5fa2c81fa9027ae4ce99daf413005f8f105e (patch) | |
tree | 40993d5663f84fd706356a16f29cea57a4497563 | |
parent | 73ab06f9c55cf0fa1e85be8a595d4eb2e326d34d (diff) |
i965/blorp: Remove unused 'brw' member.
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp index 17d93251732..5efdf7163cb 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp +++ b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp @@ -99,7 +99,6 @@ private: void alloc_regs(); void *mem_ctx; - struct brw_context *brw; const brw_blorp_const_color_prog_key *key; struct brw_compile func; @@ -120,7 +119,6 @@ brw_blorp_const_color_program::brw_blorp_const_color_program( struct brw_context *brw, const brw_blorp_const_color_prog_key *key) : mem_ctx(ralloc_context(NULL)), - brw(brw), key(key), R0(), R1(), |