[patch] tui-layout, dead code

msnyder@sonic.net msnyder@sonic.net
Sun Aug 5 04:03:00 GMT 2007


Variable is set to null, then never touched.
So the condition can't be true, and the true branch can't be taken.
Therefore the only lines that reference the variable are dead,
so the variable's dead too.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 15.txt
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20070805/8966f456/attachment.txt>


More information about the Gdb-patches mailing list