From patchwork Fri Aug 5 20:26:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Marchi X-Patchwork-Id: 14360 Received: (qmail 89165 invoked by alias); 5 Aug 2016 20:33:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 89156 invoked by uid 89); 5 Aug 2016 20:33:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 05 Aug 2016 20:33:24 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by (Symantec Mail Security) with SMTP id 94.3C.02568.788F4A75; Fri, 5 Aug 2016 22:35:19 +0200 (CEST) Received: from elxcz23q12-y4.dyn.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.78) with Microsoft SMTP Server (TLS) id 14.3.301.0; Fri, 5 Aug 2016 16:27:02 -0400 From: Simon Marchi To: CC: Simon Marchi Subject: [PATCH obv] Remove unused cli_command_loop declaration Date: Fri, 5 Aug 2016 16:26:59 -0400 Message-ID: <20160805202659.17415-1-simon.marchi@ericsson.com> MIME-Version: 1.0 X-IsSubscribed: yes FYI, I pushed this as obvious. This declaration is not used anymore. gdb/ChangeLog: * event-top.h (cli_command_loop): Remove. --- gdb/ChangeLog | 4 ++++ gdb/event-top.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e532a12..7799467 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-08-05 Simon Marchi + + * event-top.h (cli_command_loop): Remove. + 2016-08-05 Pedro Alves PR remote/20398 diff --git a/gdb/event-top.h b/gdb/event-top.h index dd0b4bc..3694e47 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -72,6 +72,4 @@ extern void gdb_rl_callback_handler_install (const char *prompt); currently installed. */ extern void gdb_rl_callback_handler_reinstall (void); -extern void cli_command_loop (void *); - #endif