Dead code: Difference between revisions

Content deleted Content added
WikitanvirBot (talk | contribs)
m r2.7.1) (Robot: Modifying de:Toter Code
Line 16:
</source>
 
In the above example, although the sumdivision of <tt>iX</tt> andby <tt>iY</tt> is computed and never used, it will throw an exception when a divisiiondivision by zero occurs. It is thus dead code and can be removed.
 
== Analysis ==