mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 03:50:14 +01:00
Remove unused variables
This commit is contained in:
parent
57406077e5
commit
cd3d6090b7
2 changed files with 0 additions and 4 deletions
|
|
@ -104,8 +104,6 @@ unsigned long DRM(alloc_pages)(int order, int area)
|
|||
void DRM(free_pages)(unsigned long address, int order, int area)
|
||||
{
|
||||
unsigned long bytes = PAGE_SIZE << order;
|
||||
int alloc_count;
|
||||
int free_count;
|
||||
unsigned long addr;
|
||||
unsigned int sz;
|
||||
|
||||
|
|
|
|||
|
|
@ -104,8 +104,6 @@ unsigned long DRM(alloc_pages)(int order, int area)
|
|||
void DRM(free_pages)(unsigned long address, int order, int area)
|
||||
{
|
||||
unsigned long bytes = PAGE_SIZE << order;
|
||||
int alloc_count;
|
||||
int free_count;
|
||||
unsigned long addr;
|
||||
unsigned int sz;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue