Module: Mesa Branch: master Commit: 829c67fe80dec552b71cd8b87988e4ec4aee83cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=829c67fe80dec552b71cd8b87988e4ec4aee83cb
Author: Brian Paul <[email protected]> Date: Wed Feb 18 21:38:17 2009 -0700 cell: remove unused var --- src/gallium/drivers/cell/ppu/cell_clear.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/cell/ppu/cell_clear.c b/src/gallium/drivers/cell/ppu/cell_clear.c index 39c5f93..edc0674 100644 --- a/src/gallium/drivers/cell/ppu/cell_clear.c +++ b/src/gallium/drivers/cell/ppu/cell_clear.c @@ -70,7 +70,6 @@ void cell_clear_surface(struct pipe_context *pipe, struct pipe_surface *ps, unsigned clearValue) { - struct pipe_screen *screen = pipe->screen; struct cell_context *cell = cell_context(pipe); uint surfIndex; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
