mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
i965: Silence unused variable 'ctx' warning.
Somehow I missed this before pushing the Broadwell PS state upload code. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e1cdafe6f7
commit
80bf1fbaf6
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
|||
static void
|
||||
upload_ps_extra(struct brw_context *brw)
|
||||
{
|
||||
struct gl_context *ctx = &brw->ctx;
|
||||
/* BRW_NEW_FRAGMENT_PROGRAM */
|
||||
const struct brw_fragment_program *fp =
|
||||
brw_fragment_program_const(brw->fragment_program);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue