r600g: remove more of unused code

This is a follow-up to f6df430a85.
This commit is contained in:
Marek Olšák 2011-08-04 03:23:12 +02:00
parent 2bde0cc95d
commit babb26776f
1 changed files with 0 additions and 13 deletions

View File

@ -119,22 +119,9 @@ static void r600_flush(struct pipe_context *ctx,
struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx;
struct r600_fence **rfence = (struct r600_fence**)fence;
#if 0
static int dc = 0;
char dname[256];
#endif
if (rfence)
*rfence = r600_create_fence(rctx);
#if 0
sprintf(dname, "gallium-%08d.bof", dc);
if (dc < 20) {
r600_context_dump_bof(&rctx->ctx, dname);
R600_ERR("dumped %s\n", dname);
}
dc++;
#endif
r600_context_flush(&rctx->ctx);
}