From a41594e8dfa029cfba9c518d6c21551f5e0857bc Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 24 Apr 2003 09:41:33 +0000 Subject: Remove #if 0'd code and some unused string functions --- tests/dristat.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tests') diff --git a/tests/dristat.c b/tests/dristat.c index 47193ab4..07ab54ea 100644 --- a/tests/dristat.c +++ b/tests/dristat.c @@ -69,18 +69,6 @@ static void getbusid(int fd) drmFreeBusid(busid); } -#if 0 -typedef struct { - unsigned long offset; /* Requested physical address (0 for SAREA)*/ - unsigned long size; /* Requested physical size (bytes) */ - drm_map_type_t type; /* Type of memory to map */ - drm_map_flags_t flags; /* Flags */ - void *handle; /* User-space: "Handle" to pass to mmap */ - /* Kernel-space: kernel-virtual address */ - int mtrr; /* MTRR slot used */ - /* Private data */ -} drmVmRec, *drmVmPtr; -#endif static void getvm(int fd) { -- cgit v1.2.3