noun
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.