mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* top.c (execute_command): Remove redundant comment.
This commit is contained in:
parent
3632d14b13
commit
648bf66730
@ -1,3 +1,7 @@
|
||||
2009-08-28 Doug Evans <dje@google.com>
|
||||
|
||||
* top.c (execute_command): Remove redundant comment.
|
||||
|
||||
2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
PR gdb/10565
|
||||
|
@ -345,11 +345,9 @@ do_chdir_cleanup (void *old_dir)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Execute the line P as a command.
|
||||
/* Execute the line P as a command, in the current user context.
|
||||
Pass FROM_TTY as second argument to the defining function. */
|
||||
|
||||
/* Execute command P, in the current user context. */
|
||||
|
||||
void
|
||||
execute_command (char *p, int from_tty)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user