From e5cad7fced023e9ad6395147d6fff7ba28f11d17 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 5 Nov 2003 00:49:35 +0000 Subject: Remove buf_alloc which is unused since the locking commit. --- bsd-core/drmP.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bsd-core/drmP.h') diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index 2bbe2733..4b7d737b 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -332,7 +332,6 @@ struct drm_device { /* Usage Counters */ int open_count; /* Outstanding files open */ int buf_use; /* Buffers in use -- cannot alloc */ - int buf_alloc; /* Buffer allocation in progress */ /* Performance counters */ unsigned long counters; -- cgit v1.2.3