summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-10-01 18:15:21 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-10-02 14:22:53 -0700
commit404419ee1a57c79982d93eefe4de099d61ad2eee (patch)
treeed41c5991cdbcb63324eb73659c03bedaa6dee99 /src/mesa/drivers/dri/i965/brw_vec4.h
parentca6a436f12cb55e9415049a217229c99b02ad3b8 (diff)
downloadexternal_mesa3d-404419ee1a57c79982d93eefe4de099d61ad2eee.zip
external_mesa3d-404419ee1a57c79982d93eefe4de099d61ad2eee.tar.gz
external_mesa3d-404419ee1a57c79982d93eefe4de099d61ad2eee.tar.bz2
i965/fs,vec4: Get rid of the sanity_param_count
It doesn't exist for anything other than an assert that, as far as I can tell, isn't possible to trip. Soon, we will remove prog from the visitor entirely and this will become even more impossible to hit. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index 6e3af60..3095a51 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -97,8 +97,6 @@ public:
const struct brw_sampler_prog_key_data * const key_tex;
struct brw_vue_prog_data * const prog_data;
- unsigned int sanity_param_count;
-
char *fail_msg;
bool failed;