Dead code: Difference between revisions

Content deleted Content added
m Example: clean up, typo(s) fixed: Therefore → Therefore, using AWB
Line 14:
</source>
 
In the above example, although the division of <tt>iX</tt> by <tt>iY</tt> is computed and never used, it will throw an exception when a division by zero occurs. Therefore, the removal of the dead code may change the output of the program.
 
== Analysis ==