From: Marek Olšák Date: Wed, 8 Jun 2011 23:34:24 +0000 (+0200) Subject: r600g: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d56fe67c6255b1ace84c025c83439ab8cb3f91fe;p=mesa.git r600g: remove unused variable --- diff --git a/src/gallium/drivers/r600/r600_state.c b/src/gallium/drivers/r600/r600_state.c index 4e62857343e..3851042965c 100644 --- a/src/gallium/drivers/r600/r600_state.c +++ b/src/gallium/drivers/r600/r600_state.c @@ -407,7 +407,6 @@ static struct pipe_sampler_view *r600_create_sampler_view(struct pipe_context *c struct pipe_resource *texture, const struct pipe_sampler_view *state) { - struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx; struct r600_pipe_sampler_view *resource = CALLOC_STRUCT(r600_pipe_sampler_view); struct r600_pipe_resource_state *rstate; const struct util_format_description *desc;