From: Kenneth Graunke Date: Thu, 31 Jan 2013 05:36:38 +0000 (-0800) Subject: i965: Remove dead field brw_context::constant_map. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7eda7a455bd625c6fc44e9707a20c5b6f7c035a8;p=mesa.git i965: Remove dead field brw_context::constant_map. This was used by the old VS backend, but that's long gone. --- diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 620f09fc97d..c60088d03fc 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -907,7 +907,6 @@ struct brw_context struct { struct brw_vs_prog_data *prog_data; - int8_t *constant_map; /* variable array following prog_data */ drm_intel_bo *scratch_bo; drm_intel_bo *const_bo;