Noun
(compilers) Instructions that, when executed, have no effect on the running of the program.
(programming) A portion of source code that will never be executed as part of the running program.
Many software projects contain much dead code in the form of deprecated functions.