projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9396d
)
r600g: remove unused variable
author
Marek Olšák
<maraeo@gmail.com>
Sat, 29 May 2010 13:40:23 +0000
(15:40 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Sat, 29 May 2010 13:41:22 +0000
(15:41 +0200)
src/gallium/winsys/r600/drm/radeon_ctx.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/r600/drm/radeon_ctx.c
b/src/gallium/winsys/r600/drm/radeon_ctx.c
index 0c8f1fac188fe73c5df55b2d7a0ed2fee849b164..6b0eba0b28938cf72518e826e1fc715eac9fdf17 100644
(file)
--- 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;