From: Kenneth Graunke Date: Mon, 13 Mar 2017 05:39:51 +0000 (-0700) Subject: i965: Delete unused last_ring local. X-Git-Tag: android-x86-7.1-r1~1552 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=920ab07566da8bbc95e12ed36da0c76f342066d9;p=android-x86%2Fexternal-mesa.git i965: Delete unused last_ring local. Dead since 071d80bde2a78f464a7f54c3e6c6e42845ef52e4, and causing warnings. --- diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/mesa/drivers/dri/i965/intel_batchbuffer.c index 8e449829c08..887504273ab 100644 --- a/src/mesa/drivers/dri/i965/intel_batchbuffer.c +++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.c @@ -129,7 +129,6 @@ intel_batchbuffer_require_space(struct brw_context *brw, GLuint sz, if (intel_batchbuffer_space(&brw->batch) < sz) intel_batchbuffer_flush(brw); - enum brw_gpu_ring prev_ring = brw->batch.ring; /* The intel_batchbuffer_flush() calls above might have changed * brw->batch.ring to UNKNOWN_RING, so we need to set it here at the end. */