summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-24 18:32:51 -0700
committerVinson Lee <vlee@vmware.com>2010-08-24 18:32:51 -0700
commit3db9d4b2534288931a80137434bcf8ee02b7253f (patch)
treec108f2d128b93e5e14980b9e6c951fe2aa7126ec /src/mesa/drivers/dri/r600
parent67925c6cd6710ca70a0d926438d79a59937fd3c6 (diff)
r600: Remove unused variable.
Fixes the following GCC warning. r600_emit.c In function 'r600AllocShaderConsts': r600_emit.c:59: warning: unused variable 'out'
Diffstat (limited to 'src/mesa/drivers/dri/r600')
-rw-r--r--src/mesa/drivers/dri/r600/r600_emit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_emit.c b/src/mesa/drivers/dri/r600/r600_emit.c
index 4814cb1453..a840106c14 100644
--- a/src/mesa/drivers/dri/r600/r600_emit.c
+++ b/src/mesa/drivers/dri/r600/r600_emit.c
@@ -56,7 +56,6 @@ GLboolean r600AllocShaderConsts(GLcontext * ctx,
{
radeonContextPtr radeonctx = RADEON_CONTEXT(ctx);
struct radeon_bo * pbo;
- uint32_t *out;
if(sizeinBYTE < 64) /* SQ_ALU_CONST_BUFFER_SIZE need 64 bytes at least to be non 0 */
{