Dead code: Difference between revisions

Content deleted Content added
Dorchard (talk | contribs)
mNo edit summary
Dorchard (talk | contribs)
mNo edit summary
Line 10:
int f (int x, int y)
{
int z = x+y;
return x*y;
}
Line 31:
* <cite>Appel, A. W. 1998 Modern Compiler Implementation in Java. Cambridge University Press.</cite>
 
[[Category:Compiler optimizations]]
 
[[Category:Software engineering terminology]]
[[Category:Software metrics]]
[[Category:Source code]]