mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
i965: Fix compiler warning from unused var.
This commit is contained in:
parent
a74b1e149d
commit
bcfba0d91e
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ dri_bo_release(dri_bo **bo)
|
|||
*/
|
||||
static void brw_destroy_context( struct intel_context *intel )
|
||||
{
|
||||
GLcontext *ctx = &intel->ctx;
|
||||
struct brw_context *brw = brw_context(&intel->ctx);
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue