mesa: Silence unused parameter warning
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
index ac84864f521dbac5a99966f8513e4ad53ab46c87..aea2baa64fe98811cf0acf237eb05ef031f5470f 100644 (file)
@@ -1227,7 +1227,7 @@ intelDestroyContext(__DRIcontext * driContextPriv)
    driDestroyOptionCache(&brw->optionCache);
 
    /* free the Mesa context */
-   _mesa_free_context_data(&brw->ctx, true);
+   _mesa_free_context_data(&brw->ctx);
 
    ralloc_free(brw);
    driContextPriv->driverPrivate = NULL;