diff options
author | michal <michal@transistor.(none)> | 2009-12-10 09:29:15 +0100 |
---|---|---|
committer | michal <michal@transistor.(none)> | 2009-12-10 09:29:15 +0100 |
commit | 3a7314a78d2d239aef4032445c41e530ec13d3e0 (patch) | |
tree | 2db9ae507756b8004670b0f3df17ad2fc58b7b40 /src/gallium/drivers/i965 | |
parent | 1fb440beb9cccbe6f4bbd309792a89f6e1b4ee3f (diff) |
gallium: Silence compiler warnings.
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r-- | src/gallium/drivers/i965/brw_pipe_sampler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_pipe_sampler.c b/src/gallium/drivers/i965/brw_pipe_sampler.c index fe1d18ae773..fbc3a07d61e 100644 --- a/src/gallium/drivers/i965/brw_pipe_sampler.c +++ b/src/gallium/drivers/i965/brw_pipe_sampler.c @@ -217,7 +217,6 @@ brw_create_sampler_view(struct pipe_context *pipe, struct pipe_texture *texture, const struct pipe_sampler_view *templ) { - struct brw_context *brw = brw_context(pipe); struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); *view = *templ; |