i915g: remove unused var in i915_flush_heuristically()

This commit is contained in:
Brian Paul
2011-08-29 08:11:50 -06:00
parent d4e8f38477
commit beca3316fb

View File

@@ -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 */