CodeQL documentation

Unused local variable

ID: cpp/unused-local-variable
Kind: problem
Security severity: 
Severity: recommendation
Precision: high
Tags:
   - maintainability
   - useless-code
   - external/cwe/cwe-563
Query suites:
   - cpp-security-and-quality.qls

Click to see the query in the CodeQL repository

This rule finds local variables that are never accessed after declaration. Unused variables should be removed to increase readability and avoid misuse.

Recommendation

Removing these unused local variables will make code more readable.

Example

{
	int x = 0; //x is unused
	int y = 0;
	cout << y;
}

References

  • © GitHub, Inc.
  • Terms
  • Privacy
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy