This page is experimental and may change significantly in future releases.
Assignment to Variable without Use
Properties
id: d3f:CWE-563
- name
- Assignment to Variable without Use
- definition
- The variable's value is assigned but never used, making it a dead store.
- synonyms
- Unused Variable
Neighbors
CWE-563 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-563 has no related weaknesses in this release.