From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32683 invoked by alias); 13 Mar 2008 19:37:02 -0000 Received: (qmail 32673 invoked by uid 22791); 13 Mar 2008 19:37:01 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Mar 2008 19:36:38 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 066EF983AA; Thu, 13 Mar 2008 19:36:36 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id BB277983A1; Thu, 13 Mar 2008 19:36:35 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JZtEA-0005QE-Db; Thu, 13 Mar 2008 15:36:34 -0400 Date: Thu, 13 Mar 2008 19:37:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove unused remote.c hooks. Message-ID: <20080313193634.GA20529@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <200803132204.52558.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803132204.52558.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-03/txt/msg00154.txt.bz2 On Thu, Mar 13, 2008 at 10:04:51PM +0300, Vladimir Prus wrote: > > This patch removes some code that's apparently no > longer used anywhere in GDB. OK? > > - Volodya > > * remote.c (deprecated_target_resume_hook) > (deprecated_target_wait_loop_hook): Remove. > (remote_resume): Do not call deprecated_target_resume_hook. > (remote_wait): Do not call deprecated_target_wait_loop_hook. > (remote_async_wait): Likewise. OK, thanks! Glad to see this disappear. -- Daniel Jacobowitz CodeSourcery