drm: remove stray debug code

main
Dave Airlie 2008-10-16 10:51:56 +10:00
parent d958cd7bb9
commit 09f99dc5fe
1 changed files with 0 additions and 1 deletions

View File

@ -2099,7 +2099,6 @@ void drm_bo_evict_mm(struct drm_device *dev, int mem_type, int no_wait)
int ret;
/* evict all buffers on the LRU - won't evict pinned buffers */
drm_mm_dump(&man->manager);
mutex_lock(&dev->struct_mutex);
do {
lru = &man->lru;