diff options
author | Lionel Landwerlin <[email protected]> | 2018-05-09 16:40:37 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-05-09 18:12:10 +0100 |
commit | 3853f1c6f4b97edde22c767a80c137da6e39904a (patch) | |
tree | e44418840064d7cadcd1099c9effb4a3fcdfbb5a | |
parent | 11d36c373adcb62016dce9a250120299cfb6e7d8 (diff) |
i965: silence unused variable
Signed-off-by: Lionel Landwerlin <[email protected]>
Fixes: 2dc29e095f9da ("i965: Don't leak blorp on Gen4-5.")
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index ec3fe3be40d..bd1e20845f0 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -1098,7 +1098,6 @@ intelDestroyContext(__DRIcontext * driContextPriv) struct brw_context *brw = (struct brw_context *) driContextPriv->driverPrivate; struct gl_context *ctx = &brw->ctx; - const struct gen_device_info *devinfo = &brw->screen->devinfo; _mesa_meta_free(&brw->ctx); |