From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26719 invoked by alias); 29 Nov 2002 03:59:11 -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 26704 invoked from network); 29 Nov 2002 03:59:09 -0000 Received: from unknown (HELO sccrmhc02.attbi.com) (204.127.202.62) by sources.redhat.com with SMTP; 29 Nov 2002 03:59:09 -0000 Received: from nkelseyhome (12-235-58-117.client.attbi.com[12.235.58.117]) by sccrmhc02.attbi.com (sccrmhc02) with SMTP id <2002112903590800200sol76e>; Fri, 29 Nov 2002 03:59:08 +0000 Message-ID: <006001c2975b$a6fdbc60$0a00a8c0@nkelseyhome> From: "Nick Kelsey" To: "Andrew Cagney" Cc: References: <1038424481.1963.0.camel@Imp> <20021128032632.GB28564@redhat.com> Subject: Re: [patch] remove Tix Date: Thu, 28 Nov 2002 19:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2002-11/txt/msg00420.txt.bz2 Hi Andrew, > If tix was removed, someone checking out: > -D last-year insight > would find that the no longer got tix (which was needed back then). I am all for removing redundant code. If tix isn't needed then marking it as deleted in CVS shouldn't affect someone checking out an earlier version - they would still get tix as long as it was before the delete date. I have to admit that I usually use CVS through a GUI so I would need to look up the procedure but deleting files works fine just as long as you get CVS to do it and don't manually delete the files on the server. Nick > *This message was transferred with a trial version of CommuniGate(tm) Pro* > > On Wed, Nov 27, 2002 at 11:14:40AM -0800, Martin M. Hunt wrote: > > > >>2002-11-27 Martin M. Hunt > >> > >> * generic/gdbtk.c (gdbtk_init): Don't call Tix_Init. > >> Don't include tix.h > >> > >> * generic/gdbtk-hooks.c: Don't include tix.h. > >> > >> * generic/gdbtkj-cmds.c: Don't include tix.h. > > > > > > Does this mean that we can remove tix from the insight module > > on sources dot redhat dot com? > > Not really. > > If tix was removed, someone checking out: > -D last-year insight > would find that the no longer got tix (which was needed back then). > > Might end up doing something like adding a module: > insight-5-3 > > Andrew > > >