From: Marek Olšák Date: Sat, 29 May 2010 13:40:23 +0000 (+0200) Subject: r600g: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5c147caba48f163ed12566fb3f10b9d7e719fdc;p=mesa.git r600g: remove unused variable --- diff --git a/src/gallium/winsys/r600/drm/radeon_ctx.c b/src/gallium/winsys/r600/drm/radeon_ctx.c index 0c8f1fac188..6b0eba0b289 100644 --- a/src/gallium/winsys/r600/drm/radeon_ctx.c +++ b/src/gallium/winsys/r600/drm/radeon_ctx.c @@ -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;