mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 04:00:12 +01:00
nvfx: comment-out unused var
This commit is contained in:
parent
dad95c112f
commit
1249e54f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ nvfx_flush(struct pipe_context *pipe,
|
|||
struct nvfx_context *nvfx = nvfx_context(pipe);
|
||||
struct nvfx_screen *screen = nvfx->screen;
|
||||
struct nouveau_channel *chan = screen->base.channel;
|
||||
struct nouveau_grobj *eng3d = screen->eng3d;
|
||||
/*struct nouveau_grobj *eng3d = screen->eng3d;*/
|
||||
|
||||
/* XXX: we need to actually be intelligent here */
|
||||
/* XXX This flag wasn't set by the state tracker anyway. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue