* event-top.c (display_gdb_prompt): Remove superfluous null check.
2011-03-01 Michael Snyder <msnyder@vmware.com>
+ * event-top.c (display_gdb_prompt): Remove superfluous null check.
+
* python/py-prettyprint.c (apply_val_pretty_printer): VAL may
be null.
rl_callback_handler_install (new_prompt, input_handler);
}
/* new_prompt at this point can be the top of the stack or the one
- passed in. */
- else if (new_prompt)
+ passed in. It can't be NULL. */
+ else
{
/* Don't use a _filtered function here. It causes the assumed
character position to be off, since the newline we read from