Inspectopedia Help

Unused code

Unused Concept   New in this release

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

Unused Global Declaration   New in this release

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

Unused Include Directive   New in this release

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

Unused Macro   New in this release

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

Unused Struct   New in this release

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

Unused Template Parameter   New in this release

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

Unused Type Alias   New in this release

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

Last modified: 11 September 2024