mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
67925c6cd6
commit
3db9d4b253
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue