Skip to content

Remove unused variable resource_group_key

Fabio Pitino requested to merge remove-unused-variables-resource-group into master

What does this MR do and why?

Related to #385850 (closed) (discovered while working on that issue)

The variable @resource_group_key and the relative entry in YamlProcessor::Result is not used. We use instead the entry under .options. We can remove this unused variable.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports