r600g: remove unused variable

This commit is contained in:
Marek Olšák 2010-05-29 15:40:23 +02:00
parent 7d9396d7cf
commit b5c147caba

View 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;