Inspectopedia Help

Unused code

Unused Concept  

Reports the concepts that are never used and can be removed safely.

Unused Global Declaration  

Reports the global function and variable declarations that are never used and can be removed safely.

Unused Include Directive  

Reports the include directives that are not used or not required and can be removed safely.

Unused Macro  

Reports the macro definitions that are never used and can be removed safely.

Unused Struct  

Reports the classes and structures that are never used and can be removed safely.

Unused Template Parameter  

Reports the template parameters that are never used and can be removed safely.

Unused Type Alias  

Reports the statements that are never used and can be removed safely.

Last modified: 18 June 2024