diff options
author | Doug Evans <dje@google.com> | 2009-08-28 23:26:54 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-08-28 23:26:54 +0000 |
commit | 648bf667309b3bd5b2c08f0b2fbf8e9cec7fb357 (patch) | |
tree | 0e9756d283778e5c7fc14f9058929c0545982c1c /gdb/top.c | |
parent | 3632d14b135c61bbc859070012cc7515da182ef6 (diff) | |
download | fsf-binutils-gdb-648bf667309b3bd5b2c08f0b2fbf8e9cec7fb357.zip fsf-binutils-gdb-648bf667309b3bd5b2c08f0b2fbf8e9cec7fb357.tar.gz fsf-binutils-gdb-648bf667309b3bd5b2c08f0b2fbf8e9cec7fb357.tar.bz2 |
* top.c (execute_command): Remove redundant comment.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) { |