From cf259f10aa8dbd83a4c086963fee7138280a9688 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 6 Nov 2004 02:00:04 +0000 Subject: Remove the vestiges of the memory-debug code. --- bsd-core/drm_memory.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bsd-core/drm_memory.c') diff --git a/bsd-core/drm_memory.c b/bsd-core/drm_memory.c index 63d9275f..dee3530c 100644 --- a/bsd-core/drm_memory.c +++ b/bsd-core/drm_memory.c @@ -38,9 +38,6 @@ MALLOC_DEFINE(M_DRM, "drm", "DRM Data Structures"); #undef malloctype #endif -#ifdef DEBUG_MEMORY -#include "drm_memory_debug.h" -#else void drm_mem_init(void) { #ifdef __NetBSD__ @@ -178,5 +175,3 @@ drm_mtrr_del(unsigned long offset, size_t size, int flags) return mtrr_set(&mtrrmap, &one, NULL, MTRR_GETSET_KERNEL); } #endif - -#endif /* DEBUG_MEMORY */ -- cgit v1.2.3