dead code; unreachable code
Computing term for this word code that is never executed or cannot be reached during program execution.
Removing dead code improves the maintainability of the program.
静的解析ツールでデッドコードを検出した。
The static analysis tool detected dead code.