Dead Code
CWE-561 · Base · Draft
The product contains dead code, which can never be executed.
Extended description
Dead code is code that can never be executed in a running program. The surrounding code makes it impossible for a section of code to ever be executed.