diff options
author | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-29 16:59:00 +0000 |
---|---|---|
committer | Leif Delgass <ldelgass@users.sourceforge.net> | 2003-04-29 16:59:00 +0000 |
commit | 7e1a4bfab3648a83cf2f8eed01c6ac346829aa3c (patch) | |
tree | 317950a05498ecebf5c94b80e9c15702b3c59c91 /linux/drm_proc.h | |
parent | 87ed795ff354eb6e9431c87ab315349326c1af79 (diff) |
remove unused variables
Diffstat (limited to 'linux/drm_proc.h')
-rw-r--r-- | linux/drm_proc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux/drm_proc.h b/linux/drm_proc.h index 9f4a7fae..f73b7ccd 100644 --- a/linux/drm_proc.h +++ b/linux/drm_proc.h @@ -379,8 +379,6 @@ static int DRM(clients_info)(char *buf, char **start, off_t offset, #if DRM_DEBUG_CODE -#define DRM_VMA_VERBOSE 0 - static int DRM(_vma_info)(char *buf, char **start, off_t offset, int request, int *eof, void *data) { @@ -388,13 +386,6 @@ static int DRM(_vma_info)(char *buf, char **start, off_t offset, int request, int len = 0; drm_vma_entry_t *pt; struct vm_area_struct *vma; -#if DRM_VMA_VERBOSE - unsigned long i; - unsigned long address; - pgd_t *pgd; - pmd_t *pmd; - pte_t *pte; -#endif #if defined(__i386__) unsigned int pgprot; #endif |