i965: remove unused variable
Last use was removed in 54525808aa
.
Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4809>
This commit is contained in:

committed by
Marge Bot

parent
85fe0e551f
commit
2efa76f795
@@ -1327,8 +1327,6 @@ upload_buffer_surface(struct brw_context *brw,
|
||||
enum isl_format format,
|
||||
unsigned reloc_flags)
|
||||
{
|
||||
struct gl_context *ctx = &brw->ctx;
|
||||
|
||||
if (!binding->BufferObject) {
|
||||
emit_null_surface_state(brw, NULL, out_offset);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user