Mesa (master): r600g: remove unused variable

Marek Olšák mareko at kemper.freedesktop.org
Sat May 29 13:41:58 UTC 2010


Module: Mesa
Branch: master
Commit: b5c147caba48f163ed12566fb3f10b9d7e719fdc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5c147caba48f163ed12566fb3f10b9d7e719fdc

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sat May 29 15:40:23 2010 +0200

r600g: remove unused variable

---

 src/gallium/winsys/r600/drm/radeon_ctx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/r600/drm/radeon_ctx.c b/src/gallium/winsys/r600/drm/radeon_ctx.c
index 0c8f1fa..6b0eba0 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;




More information about the mesa-commit mailing list