OSDN Git Service

[libdrm/intel] Remove unused intel_validate_entry structure
authorKeith Packard <keithp@keithp.com>
Thu, 5 Jun 2008 22:58:55 +0000 (15:58 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Jun 2008 20:00:46 +0000 (13:00 -0700)
libdrm/intel/intel_bufmgr_gem.c

index 08cb5d6..32e7091 100644 (file)
 
 typedef struct _dri_bo_gem dri_bo_gem;
 
-struct intel_validate_entry {
-    dri_bo_gem *bo_gem;
-    struct drm_i915_op_arg bo_arg;
-};
-
 struct dri_gem_bo_bucket_entry {
     dri_bo_gem *bo_gem;
     struct dri_gem_bo_bucket_entry *next;