From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38349 invoked by alias); 2 Oct 2019 23:12:08 -0000 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 Received: (qmail 38333 invoked by uid 89); 2 Oct 2019 23:12:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=GENERAL X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (192.185.193.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Oct 2019 23:12:07 +0000 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway30.websitewelcome.com (Postfix) with ESMTP id BCB7AEA7A6D for ; Wed, 2 Oct 2019 18:12:05 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id FnmviltI8VUVYFnmviYmCj; Wed, 02 Oct 2019 18:12:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=oaku0mcV2nlj5IioPf5dmf1iaYIi1of290HGgX30NbQ=; b=A1uUQjg8slDIKjKJrrRbytDGWt WeQWxiUjUdW3RytuBXBptyQNW0heF+FwoCclHqpIIqmABkekaLU1k1YuKKCpm69XObeQWSMcMfh9R qV71pXNGa9LsylNX2723fZ1Tn; Received: from 75-166-72-156.hlrn.qwest.net ([75.166.72.156]:42570 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iFnmv-003VLt-FF; Wed, 02 Oct 2019 17:12:05 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH 1/6] Remove two TUI comments Date: Wed, 02 Oct 2019 23:12:00 -0000 Message-Id: <20191002231202.10940-2-tom@tromey.com> In-Reply-To: <20191002231202.10940-1-tom@tromey.com> References: <20191002231202.10940-1-tom@tromey.com> X-SW-Source: 2019-10/txt/msg00093.txt.bz2 This removes two comments from tui.h. These were not useful. gdb/ChangeLog 2019-10-02 Tom Tromey * tui/tui.h: Remove comments. --- gdb/ChangeLog | 4 ++++ gdb/tui/tui.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index baf4a813b60..dac410fcfa1 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -45,8 +45,6 @@ enum tui_win_type DATA_ITEM_WIN }; -/* GENERAL TUI FUNCTIONS */ -/* tui.c */ extern CORE_ADDR tui_get_low_disassembly_address (struct gdbarch *, CORE_ADDR, CORE_ADDR); extern void tui_show_assembly (struct gdbarch *gdbarch, CORE_ADDR addr); -- 2.17.2