mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
r600g: remove unused variable
This commit is contained in:
parent
7d9396d7cf
commit
b5c147caba
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue