redundant code
unnecesary source code or compiled code in a computer program which cannot affect its results
dead code
section in the source code of a program which is executed but whose result is never used in any other computation. The execution of dead code wastes computation time and memory
unreachable code
section of code in a program that can never be executed
oxbow code
redundant code left over after modifying a program