Dead code: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: link syntax and minor changes
m Replaced outdated html codes with wikicodes.
Line 16:
</syntaxhighlight>
 
In the above example, although the division of <tt>{{mono|iX</tt>}} by <tt>{{mono|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 ==