r600g: Remove unused variable.

Fixes this GCC warning.
radeon_bo_pb.c: In function 'radeon_bo_pb_create_buffer':
radeon_bo_pb.c:178: warning: unused variable 'domain'
This commit is contained in:
Vinson Lee 2010-09-25 15:19:29 -07:00
parent 522e994a22
commit 048bda175b
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ radeon_bo_pb_create_buffer(struct pb_manager *_mgr,
struct radeon_bo_pbmgr *mgr = radeon_bo_pbmgr(_mgr);
struct radeon *radeon = mgr->radeon;
struct radeon_bo_pb *bo;
uint32_t domain;
bo = CALLOC_STRUCT(radeon_bo_pb);
if (!bo)