From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30688 invoked by alias); 28 Aug 2009 23:28:07 -0000 Received: (qmail 30680 invoked by uid 22791); 28 Aug 2009 23:28:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Aug 2009 23:27:59 +0000 Received: from spaceape23.eur.corp.google.com (spaceape23.eur.corp.google.com [172.28.16.75]) by smtp-out.google.com with ESMTP id n7SNRuNi007040 for ; Fri, 28 Aug 2009 16:27:57 -0700 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by spaceape23.eur.corp.google.com with ESMTP id n7SNRrHQ031639 for ; Fri, 28 Aug 2009 16:27:54 -0700 Received: by localhost (Postfix, from userid 67641) id 7163D8438B; Fri, 28 Aug 2009 16:27:53 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [commit] Remove redundant comment to execute_command. Message-Id: <20090828232753.7163D8438B@localhost> Date: Sat, 29 Aug 2009 00:55:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00528.txt.bz2 Hi. fyi, I checked this in. 2009-08-28 Doug Evans * top.c (execute_command): Remove redundant comment. Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.168 diff -u -p -r1.168 top.c --- top.c 14 Aug 2009 14:28:14 -0000 1.168 +++ top.c 28 Aug 2009 23:24:58 -0000 @@ -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) {