mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 00:48:08 +02:00
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
This commit is contained in:
parent
d01c361af5
commit
2978f5c37e
1 changed files with 0 additions and 2 deletions
|
|
@ -261,8 +261,6 @@ int amdgpu_cs_submit(amdgpu_context_handle context,
|
|||
{
|
||||
uint32_t i;
|
||||
int r;
|
||||
uint64_t bo_size;
|
||||
uint64_t bo_offset;
|
||||
|
||||
if (NULL == context)
|
||||
return -EINVAL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue