i965/blorp: Remove unused 'brw' member.
authorMatt Turner <mattst88@gmail.com>
Sun, 15 Jun 2014 05:51:29 +0000 (22:51 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 17 Jun 2014 17:18:38 +0000 (10:18 -0700)
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp

index 17d932517321231ef83d44121f913fcb240c7a6b..5efdf7163cbdc1164397e4ba4660811b31d9c6fd 100644 (file)
@@ -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(),