-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-10-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
A few places in our code declare local variables in functions that are never referenced, or only populated and not read back.
For many types, e.g. std::string, std::vector<T>, ..., these can likely be removed without side-effects.