summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-08-28 23:26:54 +0000
committerDoug Evans <dje@google.com>2009-08-28 23:26:54 +0000
commit0f1b5af6ad82e5dd012794e3618bf7f961432ea8 (patch)
treef23d0af55d7ba9ea8332b3f431e5d01839ffe342 /gdb/top.c
parent2109554ceb4ec6e3e12c8688f671510f8b61e5cf (diff)
downloadgdb-0f1b5af6ad82e5dd012794e3618bf7f961432ea8.tar.gz
* top.c (execute_command): Remove redundant comment.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/top.c b/gdb/top.c
index cb51e08d69e..d1fe69bbfc1 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)
{