This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] tui-layout, dead code


msnyder@sonic.net writes:
> 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.

Looks okay to me.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]