mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
intel/compiler: remove unused fs_validator::param_size
Found by Coverity as unitialized variable. Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6667>
This commit is contained in:
parent
d3cd24999f
commit
40b964dc8f
1 changed files with 0 additions and 2 deletions
|
|
@ -343,8 +343,6 @@ public:
|
|||
|
||||
const struct brw_vue_map *input_vue_map;
|
||||
|
||||
int *param_size;
|
||||
|
||||
BRW_ANALYSIS(live_analysis, brw::fs_live_variables,
|
||||
backend_shader *) live_analysis;
|
||||
BRW_ANALYSIS(regpressure_analysis, brw::register_pressure,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue