From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28300 invoked by alias); 4 Sep 2002 16:26:54 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28262 invoked from network); 4 Sep 2002 16:26:53 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 4 Sep 2002 16:26:53 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g84GQr524446 for ; Wed, 4 Sep 2002 09:26:53 -0700 (PDT) Received: from scv3.apple.com (scv3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 4 Sep 2002 09:26:53 -0700 Received: from apple.com (vpn-scv-x3-21.apple.com [17.219.194.21]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id g84GQp301722; Wed, 4 Sep 2002 09:26:51 -0700 (PDT) Message-ID: <3D763421.2050701@apple.com> Date: Wed, 04 Sep 2002 09:26:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sources.redhat.com Subject: Re: Much of remote-utils obsolete now? References: <20020830211711.GA19488@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00011.txt.bz2 Daniel Jacobowitz wrote: >remote-utils.[ch] claim to be generic support functions, but except for some >stray calls in remote-array.c which could be easily removed, all the >references were in the now-obsolete remote-bug.c module. I'd like to see >this code die too, especially the undocumented and pretty much useless >"remote" command. > remote-utils was obsolete several years ago, and I bet not one single person has used remote-array in five years at least. Stan >