r600g: Disable unused variables.

The variables are used only in currently disabled code.

Fixes this GCC warning.
r600_context.c: In function 'r600_flush':
r600_context.c:76: warning: unused variable 'dname'
r600_context.c:75: warning: unused variable 'dc'
This commit is contained in:
Vinson Lee 2010-09-25 12:28:47 -07:00
parent d7065908e4
commit 1fa50412f1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void r600_flush(struct pipe_context *ctx, unsigned flags,
{
struct r600_context *rctx = r600_context(ctx);
struct r600_query *rquery = NULL;
#if 1
#if 0
static int dc = 0;
char dname[256];
#endif