From cd3d6090b79ad5583494938a231cfc4da610ca9b Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Thu, 24 Apr 2003 15:29:30 +0000 Subject: Remove unused variables --- linux-core/drm_memory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/drm_memory.h') diff --git a/linux-core/drm_memory.h b/linux-core/drm_memory.h index 299185cb..b5a01749 100644 --- a/linux-core/drm_memory.h +++ b/linux-core/drm_memory.h @@ -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; -- cgit v1.2.3