From: Doug Evans Date: Fri, 28 Aug 2009 23:26:54 +0000 (+0000) Subject: * top.c (execute_command): Remove redundant comment. X-Git-Tag: cgen-snapshot-20090901~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=648bf667309b3bd5b2c08f0b2fbf8e9cec7fb357;p=platform%2Fupstream%2Fbinutils.git * top.c (execute_command): Remove redundant comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4cd1e53..e035de2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-08-28 Doug Evans + + * top.c (execute_command): Remove redundant comment. + 2009-08-28 Daniel Jacobowitz PR gdb/10565 diff --git a/gdb/top.c b/gdb/top.c index cb51e08..d1fe69b 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -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) {