/kən-ˈdi-shən au̇t/
vt. To prevent a section of code from being compiled by surrounding it with a conditional-compilation directive whose condition is always false. The canonical examples are '#if 0' (or '#ifdef notdef', though some find this bletcherous) and '#endif' in C.
Compare comment out.