OSDN Git Service

cell: remove unused var
authorBrian Paul <brianp@vmware.com>
Thu, 19 Feb 2009 04:38:17 +0000 (21:38 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 19 Feb 2009 04:38:17 +0000 (21:38 -0700)
src/gallium/drivers/cell/ppu/cell_clear.c

index 39c5f93..edc0674 100644 (file)
@@ -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;