r600: Remove unused variable.

Fixes the following GCC warning.
r600_emit.c In function 'r600AllocShaderConsts':
r600_emit.c:59: warning: unused variable 'out'
This commit is contained in:
Vinson Lee 2010-08-24 18:32:51 -07:00
parent 67925c6cd6
commit 3db9d4b253

View file

@ -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 */
{