OSDN Git Service

r600g: remove unused variable
authorMarek Olšák <maraeo@gmail.com>
Sat, 29 May 2010 13:40:23 +0000 (15:40 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 29 May 2010 13:41:22 +0000 (15:41 +0200)
src/gallium/winsys/r600/drm/radeon_ctx.c

index 0c8f1fa..6b0eba0 100644 (file)
@@ -323,7 +323,6 @@ int radeon_ctx_pm4(struct radeon_ctx *ctx)
 void radeon_ctx_dump_bof(struct radeon_ctx *ctx, const char *file)
 {
        bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root;
-       char tmp[256];
        unsigned i;
 
        root = device_id = bcs = blob = array = bo = size = handle = NULL;