From beca3316fbf317c1032e73c9296c7777d35deb9d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 29 Aug 2011 08:11:50 -0600 Subject: [PATCH] i915g: remove unused var in i915_flush_heuristically() --- src/gallium/drivers/i915/i915_batch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/i915/i915_batch.h b/src/gallium/drivers/i915/i915_batch.h index 56d331f3e7a..30141cc745d 100644 --- a/src/gallium/drivers/i915/i915_batch.h +++ b/src/gallium/drivers/i915/i915_batch.h @@ -63,8 +63,6 @@ void i915_flush(struct i915_context *i915, struct pipe_fence_handle **fence); static INLINE void i915_flush_heuristically(struct i915_context* i915, int num_vertex) { - struct i915_winsys *iws = i915->iws; - i915->queued_vertices += num_vertex; /* fire if we have more than 1/20th of the last frame's vertices */ -- 2.30.2